|
libft
|
#include "get_next_line.h"Go to the source code of this file.
Functions | |
| char * | get_next_line (int fd) |
| Gets next line from a file. | |
| char * get_next_line | ( | int | fd | ) |
Gets next line from a file.
Everytime the function is called it returns the next line from a file. Works with multiple files.
| fd | File descriptor |
Definition at line 95 of file get_next_line.c.