11 lines
118 B
C
11 lines
118 B
C
#ifndef GNL
|
|
# define GNL
|
|
|
|
# ifndef BUFFER_SIZE
|
|
# define BUFFER_SIZE 10
|
|
# endif
|
|
|
|
char *get_next_line(int fd);
|
|
|
|
#endif
|