Whether it's a file, stdin, or even later a network connection, you'll always need a way to read content line by line. It's time to start working on this function, which will be essential for your future projects.
Find a file
2026-01-29 14:28:00 +01:00
.gitignore core(git/ignore): Adding a gitignore 2025-12-21 00:17:04 +01:00
flake.nix build(flake): Adding the flake 2025-12-21 00:17:23 +01:00
get_next_line.c feat: removing the file_converted 2025-12-21 00:18:31 +01:00
get_next_line.h feat: removing the file_converted 2025-12-21 00:19:00 +01:00
get_next_line_bonus.c feat(bonus): replacing mandatory header by bonus header 2026-01-29 14:28:00 +01:00
get_next_line_bonus.h feat(gnl/bonus): adding open_max define 2026-01-29 14:27:11 +01:00
get_next_line_utils.c style: Changing the strchr to strchr_index 2025-12-21 00:19:07 +01:00
get_next_line_utils_bonus.c feat(bonus): replacing mandatory header by bonus header 2026-01-29 14:27:57 +01:00