diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-11-19 21:40:43 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-11-19 21:40:43 +0800 |
| commit | ec5e3c0cfaf71b955cc8c664e185b5b73c4b0548 (patch) | |
| tree | 9c9e83de142bf3d1d1cd27ca7af441bed5198f8b /1 | |
| parent | 00943d404661e07370749c8a292dcd00a328db98 (diff) | |
| download | k&r-exercises-ec5e3c0cfaf71b955cc8c664e185b5b73c4b0548.tar.gz | |
Comment.
Diffstat (limited to '1')
| -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]; |
