Rewrite GetInt syscall

This commit is contained in:
Yorick Barbanneau 2021-10-15 13:46:19 +02:00
parent 5cccda4af3
commit 3609600063
4 changed files with 8 additions and 8 deletions

View file

@ -143,7 +143,7 @@ void PutString (char *s);
char GetChar();
void GetString(char *s, int n );
void PutInt(int n);
int GetInt();
void GetInt( int * n);
#endif // CHANGED