No description
Find a file
2024-01-09 18:25:31 +01:00
get_next_line.c norm 2023-11-18 15:35:14 +01:00
get_next_line.h norm 2023-11-18 15:35:14 +01:00
get_next_line_utils.c norm 2023-11-18 15:35:14 +01:00
README.md Create README.md 2024-01-09 18:25:31 +01:00

the goal of this project is create a function that read a file line by line everytime you call it, no global variables allowed.