Skip to content
/ GNL Public

Function that returns a line read from a file descriptor.

Notifications You must be signed in to change notification settings

Taikos/GNL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNL

Function that returns a line read from a file descriptor.

Prototype: int get_next_line(const int fd, char **line)

A “line” is a succession of characters that end with ’\n’

About

Function that returns a line read from a file descriptor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published