This project consists of programming a function that allows you to read a file content line by line. This is done by returning a line read from a file descriptor.
- Nothing needed
- Include
.h
and.c
files in your project. - Add
get_next_line.h
orget_next_line_bonus.h
to your project header to access the function. - Call function in your code
- read function
- File Descriptors
- Buffer management