Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 270 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 270 Bytes

42_get_next_line (new curriculum)

  • The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor, stdin or redirection.

  • Moulinette graded 115 on getnextline:

basic_tests: GNL OK | bonus_tests: GNL OK