42-archive/libftasm/includes/getnextline.h
2016-09-26 18:38:28 +02:00

7 lines
125 B
C

#ifndef GET_NEXT_LINE_H
# define GET_NEXT_LINE_H
# define BUFF_SIZE 1
int get_next_line(int const fd, char **line);
#endif