Program now runs once, input seems to not work, added debug in makefile for debugging

This commit is contained in:
2022-10-25 02:12:07 -05:00
parent 66794db902
commit 68e9985c18
3 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
void Pish(void);
void Execute(char* command);
char* GetInput(void);
void GetInput(char* inputString);
void ParseInput(char* inputString, CommandStruct* command);
#endif