Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 641 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 641 Bytes

get_next_line

Description

Get_next_line is a function that returns a single line from a file descriptor. Every time is called, it has to return the next line.

Bonus

I have to recreate get_next_line but it has to handle multiple file descriptors.

Allowed functions

Progress

If you want to check my progress as a student in 42 Málaga check out my main repository!