Skip to content

Function that reads from the file descriptor line by line. 42 programming school project.

Notifications You must be signed in to change notification settings

FrenkenFlores/Get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get_next_line

The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor. It is used to read content from a file line by line. Static variables been used as a base component to code the function.

name prototype description
get_next_line int get_next_line(int fd, char **line); returns a line read from a file descriptor, without the newline.

About

Function that reads from the file descriptor line by line. 42 programming school project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages