Skip to content

02 / Experiments

Get Next Line

Read lines from a file descriptor.

About

Read files line by line, no matter the buffer size. A simple function that handles the messy details of file I/O, buffering, partial reads, and memory, so you don't have to.

Components