Rewrite GetInt syscall
This commit is contained in:
parent
5cccda4af3
commit
3609600063
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue