diff options
Diffstat (limited to '1/16.c')
| -rw-r--r-- | 1/16.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ int mgetline(char s[], int lim); void copy(char to[], char from[]); -/* prints the longest input line */ +/* prints the longest input line and the input length */ int main(int argc, char *argv[]) { int len, max; char s[MAXLINE], smax[MAXLINE]; |
