GetInt test modification after syscall rewrite
This commit is contained in:
parent
3609600063
commit
a2b87601fa
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
do {
|
do {
|
||||||
int number = GetInt();
|
int number;
|
||||||
|
GetInt(&number);
|
||||||
PutInt(number);
|
PutInt(number);
|
||||||
PutChar('\n');
|
PutChar('\n');
|
||||||
} while(1 == 1);
|
} while(1 == 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue