Tweaked count helper.
- Legacy-Id: 13672
This commit is contained in:
parent
be80e68b47
commit
ad57b107f2
|
@ -17,7 +17,7 @@ int main( void )
|
|||
fputc(c, stdout);
|
||||
fflush(stdout);
|
||||
if (count && count % 76 == 0) {
|
||||
fprintf(stderr, "%4d", count);
|
||||
fprintf(stderr, "%4d\n", count);
|
||||
fflush(stderr);
|
||||
}
|
||||
c = fgetc(stdin);
|
||||
|
|
Loading…
Reference in a new issue