Get the next line of a file.
Authorized functions:
- All the fonctions from my own libc https://github.com/AnthonyLedru/libft
- Read
- Malloc
- Free
This code complies with the 42 school norm: https://github.com/AnthonyLedru/get_next_line/blob/master/norm.pdf
make -C libft && gcc get_next_line.c libft/libft.a main.c
./a.out [file]
https://github.com/AnthonyLedru/get_next_line/blob/master/get_next_line.pdf