Skip to content

rimarque/get_next_line

Repository files navigation

Get_next_line

💬 About

get_next_line() is a function that that returns a line read from a file descriptor: repeated calls to the function let you read the text file pointed to by the file descriptor, one line at a time.

🙋‍♀️ Authorship

📥 Cloning the repository

git clone git@github.com:rimarque/get_next_line.git 

Mandatory Part

💎 Features

- Returns a line read from a file descriptor
- Repeated calls to the function read the text file one line at a time
- Uses the read() function, with any possible value defined as the BUFFER_SIZE

Bonus Part

💎 Features

- Management of multiple file descriptors at the same time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages