/get_next_line

return the line read from a file descriptor

Primary LanguageC

21school (Ecole42) Project

Get_next_line

This project is about programming a function that returns a line read from a file descriptor.
Subject can be found here

Project goals

Learn new concept: static variables

To compile and run

$ git clone ...
$ cd repo/src/
$ make
$ cc -Wall -Wextra -Werror -D BUFFER_SIZE=42 <files>.c