K&R C
Exercises from The C Programming Lanaguage by Kernighan and Ritchie
|
Longest Line. More...
Macros | |
#define | MAXLINE 80 |
The maximum line length to read into memory. | |
Functions | |
void | copy (char to[], char from[]) |
int | main () |
Longest Line.