This project is about programming a function that returns a line read from a file descriptor.
It is the first project from the Common Core curriculum at 42 where memory leaks are an issue, and it is, therefore, a major leap into the basics of C programming.
-
Clone repository
git clone git@github.com:mjorgecruz/42_get_next_line.git
-
To use the library in your code,
#include
the following header#include "get_next_line.h"