Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 283 Bytes

README.MD

File metadata and controls

6 lines (4 loc) · 283 Bytes

Get Next Line

A function that returns a line ending with a newline, read from a file descriptor.

This project covers an interesting concept in C programming: static variables.

A more detailed explanation of this project can be found in in the assignment sheet.