/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cchauvet # include # ifndef BUFFER_SIZE # define BUFFER_SIZE 42 # endif # include "../libft/libft.h" # include "../extra/extra.h" char *get_next_line(int fd); #endif