Skip to content

A function that reads line from an fd line by line.

Notifications You must be signed in to change notification settings

med-ghali/get_next_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get_next_line

A function that reads from an fd line by line.

char *get_next_line(int fd) : takes a file descriptor, and returns an allocated string representing the next line of the file pointed by the fd . in case of no line left it returns NULL ;

About

A function that reads line from an fd line by line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages