Add Syscall: Exit, PutChar, GetCar, PutString, GetString
This commit is contained in:
parent
6f405265a5
commit
80fc250109
15 changed files with 359 additions and 17 deletions
|
@ -14,5 +14,7 @@
|
|||
extern void StartProcess (char *filename);
|
||||
|
||||
extern void ConsoleTest (const char *in, const char *out);
|
||||
|
||||
#ifdef CHANGED
|
||||
extern void ConsoleDriverTest (const char *in, const char *out);
|
||||
#endif //CHANGED
|
||||
#endif // PROGTEST_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue