summaryrefslogtreecommitdiffstats
path: root/1
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-11-19 21:40:43 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-11-19 21:40:43 +0800
commitec5e3c0cfaf71b955cc8c664e185b5b73c4b0548 (patch)
tree9c9e83de142bf3d1d1cd27ca7af441bed5198f8b /1
parent00943d404661e07370749c8a292dcd00a328db98 (diff)
downloadk&r-exercises-ec5e3c0cfaf71b955cc8c664e185b5b73c4b0548.tar.gz
Comment.
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];