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. 1337 school (42 network) project
- read
- malloc
- free
- git clone https://github.com/aeddaqqa/get_next_line.git
- make -C ./Libft
- gcc main.c get_next_line.c Libft/libft.a -o get_next_line
- ./get_next_line Libft/Makefile