This is a 42 project. The purpose is to implement the function get_next_line which returns one line at a time from a text file. In this project you'll understand how files are opened, read and closed in an OS, and how they are interpreted by a programming language for further analysis.
But how can I run this project?
#include "get_next_line.h"
#include "get_next_line_bonus.h"
cc get_next_line.c get_next_line_utils.c -D BUFFER_SIZE=<size>
and that's basically it! :)