/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: dkaiser # include # ifndef BUFFER_SIZE # define BUFFER_SIZE 42 # endif int ft_strlen(const char *str); char *get_next_line(int fd); void clear_buffer(char *buf, int start); char *str_add_buffer(char *old_str, char *buf, int buf_len); #endif // GET_NEXT_LINE_H