summaryrefslogtreecommitdiffstats
path: root/1
diff options
context:
space:
mode:
Diffstat (limited to '1')
-rw-r--r--1/16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/1/16.c b/1/16.c
index 7f74125..81ec7e2 100644
--- a/1/16.c
+++ b/1/16.c
@@ -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];