From ec5e3c0cfaf71b955cc8c664e185b5b73c4b0548 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 19 Nov 2021 21:40:43 +0800 Subject: Comment. --- 1/16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3