create the shell loop

This commit is contained in:
2021-06-19 19:13:53 -04:00
parent 16bdb27904
commit cc74038008
4 changed files with 30 additions and 8 deletions

2
src/include/loop.h Normal file
View File

@@ -0,0 +1,2 @@
void print_input_line();
void loop();