From 2c9bb6e32d4fcab4412cda36e7ef5367283d8b8c Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 2 Jan 2022 18:20:04 +0800 Subject: 5.7 --- 5/7.c | 1 + 1 file changed, 1 insertion(+) (limited to '5/7.c') 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() { -- cgit v1.2.3