Skip to content

dgallop/42-get_next_line

Repository files navigation

get_next_line

I have to make a function that returns the read line from a file descriptor:

char	*get_next_line(int fd)

My final score is: