Skip to content

Read the content from a file descriptor line by line

Notifications You must be signed in to change notification settings

ribana-b/get_next_line

Repository files navigation

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!