Get_Next_Line icon indicating copy to clipboard operation
Get_Next_Line copied to clipboard

Read a text file line by line.

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