diff options
Diffstat (limited to '5/7.c')
| -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() { |
