diff options
| -rw-r--r-- | 5/7.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #define MAXLEN 1000 #define MAXLINES 5000 +/* Read lines into array without allocating storage */ int readlines(char **lines, int maxlines); int main() { |
![]() |
index : k&r-exercises | |
| Solutions to the exercises in K&R from my days of learning C. |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | 5/7.c | 1 |
@@ -5,6 +5,7 @@ #define MAXLEN 1000 #define MAXLINES 5000 +/* Read lines into array without allocating storage */ int readlines(char **lines, int maxlines); int main() { |