Exercise 2 + 3 #4

Merged
SinusFox merged 7 commits from exercise-2 into main 2023-05-15 12:36:20 +00:00
Showing only changes of commit d548a90254 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@
#define _ERROR_ 1000
/* functions */
int start(char* sourcecode);
int start(char*);
int getNextCharacter();
int readIdentifier();
int readNumLit();