cosmetic
This commit is contained in:
parent
58ba52762c
commit
326926aa16
@ -34,8 +34,7 @@ ts.tv_sec = sec;
|
|||||||
ts.tv_nsec = nano;
|
ts.tv_nsec = nano;
|
||||||
while ( EOF != (c=getchar()) )
|
while ( EOF != (c=getchar()) )
|
||||||
{
|
{
|
||||||
putchar(c);
|
putchar(c), fflush(stdout);
|
||||||
fflush(stdout);
|
|
||||||
nanosleep(&ts, NULL);
|
nanosleep(&ts, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user