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