get-next-line

(★ 96)

This projects is about creating a function that, allows to read a line ending with a newline character ('\n') from a file descriptor, without knowing its size beforehand.

  • .gitignore
  • get_next_line
  • get_next_line.c
  • get_next_line.h
  • get_next_line_bonus.c
  • get_next_line_bonus.h
  • get_next_line_utils.c
  • get_next_line_utils_bonus.c
  • LICENSE
  • main.c
  • README.md
// repository documentation