ribana-b / get_next_line

Read the content from a file descriptor line by line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Read the content from a file descriptor line by line


Languages

Language:C 81.6%Language:Makefile 18.4%