summaryrefslogtreecommitdiffstats
path: root/5/7.c
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2022-01-02 18:20:04 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2022-01-02 18:20:04 +0800
commit2c9bb6e32d4fcab4412cda36e7ef5367283d8b8c (patch)
treea16d8e55593db52b3ed8e2932102aa71b3bcdfd3 /5/7.c
parent66682d77d344ac0d40c780ea59efcfc3801a6985 (diff)
downloadk&r-exercises-2c9bb6e32d4fcab4412cda36e7ef5367283d8b8c.tar.gz
5.7
Diffstat (limited to '5/7.c')
-rw-r--r--5/7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/5/7.c b/5/7.c
index 8c3697c..bb426dd 100644
--- a/5/7.c
+++ b/5/7.c
@@ -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() {