Skip to content

Function Which Returns a Line Read From a File Descriptor

Notifications You must be signed in to change notification settings

andersonhsporto/ft-get-next-line

Repository files navigation

Get Next Line

Function which returns a line read from a file descriptor.

  • get_next_line.c (char *get_next_line(int fd)) Calling get_next_line in a loop will allow you to read the text available on the file descriptor one line at a time until the end of it.

About

Function Which Returns a Line Read From a File Descriptor

Topics

Resources

Stars

Watchers

Forks

Languages