Skip to content

02_GetNextLine

AmberFu edited this page Dec 1, 2019 · 1 revision

Get Next Line

Summary:

The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.

Goal:

You will gain a deeper understanding of allocations, whether they happen on the stack memory or in the heap memory, the manipulation and the life cycle of a buffer, the unexpected complexity implied in the use of one or many static variables.

Clone this wiki locally