/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dkaiser # include # ifndef BUFFER_SIZE # define BUFFER_SIZE 42 # endif char *get_next_line(int fd); char * str_realloc(char *str, size_t size); #endif // GET_NEXT_LINE_H