Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 165 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 165 Bytes

Exercise 5-7

Rewrite readlines to store lines in an array supplied by main, rather than calling alloc to maintain storage.

How much faster is the program?