EX_03/level-1/broken_gnl/subject/broken_gnl.h
2025-09-23 08:41:21 +01:00

11 lines
118 B
C

#ifndef GNL
# define GNL
# ifndef BUFFER_SIZE
# define BUFFER_SIZE 10
# endif
char *get_next_line(int fd);
#endif