update file structure
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include <termios.h> // For tcflush() and TCIFLUSH
|
||||
|
||||
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* COMPUTORV1.C
|
||||
* MAIN.C
|
||||
*/
|
||||
|
||||
typedef enum
|
||||
@@ -24,6 +24,12 @@ typedef enum
|
||||
MODE_LOOP, //
|
||||
} e_program_mode;
|
||||
|
||||
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* COMPUTORV1.C
|
||||
*/
|
||||
|
||||
void launch_computorv1(char *input);
|
||||
|
||||
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* LEXER.C
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user