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
2025-12-21 00:19:33 +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): adding the bonus sources 2025-12-21 00:19:33 +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): adding the bonus sources 2025-12-21 00:19:33 +01:00