diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2022-01-02 18:20:04 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2022-01-02 18:20:04 +0800 |
| commit | 2c9bb6e32d4fcab4412cda36e7ef5367283d8b8c (patch) | |
| tree | a16d8e55593db52b3ed8e2932102aa71b3bcdfd3 | |
| parent | 66682d77d344ac0d40c780ea59efcfc3801a6985 (diff) | |
| download | k&r-exercises-2c9bb6e32d4fcab4412cda36e7ef5367283d8b8c.tar.gz | |
5.7
| -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() { |
