|
libft
|
Go to the source code of this file.
Macros | |
| #define | BUFFER_SIZE 1024 |
Functions | |
| char * | get_next_line (int fd) |
| Gets next line from a file. | |
| #define BUFFER_SIZE 1024 |
Definition at line 21 of file get_next_line.h.
| 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.