fun little arrow operator
This commit is contained in:
parent
74e69d6c56
commit
4d794c2c6f
@ -71,7 +71,7 @@ range: fprintf(stderr,
|
|||||||
if(*ep != '\0')
|
if(*ep != '\0')
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
while(--r >= 0)
|
while(r --> 0)
|
||||||
fprintf(stdout, "%d\n", rand() % s + 1);
|
fprintf(stdout, "%d\n", rand() % s + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user