Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 357 Bytes

Get_Next_Line

This project is about programming a function that allows you to read content line by line. This is done by returning a line read from a file descriptor.

Get_Next_Line Submission

When submitting the project, you only require the following 3 files if your not doing the bonus:

  • get_next_line.c
  • get_next_line_utils.c
  • get_next_line.h