Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 294 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 294 Bytes

get_next_line

This project is about programming a function that returns a line read from a file descriptor.

General concepts to know before starting this project:

  • Static variable
  • File descriptor

To know more about the purpose of the project read the subject between repository files.