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: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_utils.c update: pushing the last version of gnl 2024-10-30 12:53:45 +01:00