Skip to content

antoinegosselin/GetNextLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetNextLine

Project GetNextLine for B1 - Elementary Programming in C II at Epitech

The goal of this project is to write a function that returns a read line from a file descriptor.

If there are no more lines to return, or if there is an error during the reading, the function will come back NULL.

You must define a macro called READ_SIZE in yourget_next_line.h file, which indicates the amount ofcharacters to be read for each read() call

About

Project GetNextLine for B1 - Elementary Programming in C II at Epitech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors