K&R C
Exercises from The C Programming Lanaguage by Kernighan and Ritchie
|
Print long lines. More...
Macros | |
#define | MAXLINE 57 |
The maximum line length to read into memory. | |
#define | MINLENGTH 54 |
The minimum line length to be considered long. | |
Functions | |
int | main () |
Print long lines.