diff --git a/get_next_line_bonus.h b/get_next_line_bonus.h index de700b8..e5016f6 100644 --- a/get_next_line_bonus.h +++ b/get_next_line_bonus.h @@ -6,7 +6,7 @@ /* By: waraissi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/11/18 11:27:53 by waraissi #+# #+# */ -/* Updated: 2022/11/18 15:18:45 by waraissi ### ########.fr */ +/* Updated: 2022/11/23 17:09:21 by waraissi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -20,6 +20,7 @@ # include # include # include +# include size_t ft_strlen(char *str); size_t ft_strlcpy(char *dst, char *src, size_t n);