#include <fcntl.h>
#include <stdio.h>
Go to the source code of this file.
|
| main (int argc, char **argv) |
|
main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 25 of file no13.c.
32 fprintf(stderr,
"This program writes to stdout, so to be useful,\n\tit should be redirected (e.g no13 bla > bla.dat)\nusage: %s <filename>\n", argv[0]);
36 while (read(fd, &ch, 1) == 1) {
46 for (loop = breakcnt; loop > 0; loop--)