From dd00a5a6e96052a8fd6120ce1bcedcce879441d6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Sep 2020 18:51:47 +0200 Subject: Atoi update --- libft/include/libft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libft/include') diff --git a/libft/include/libft.h b/libft/include/libft.h index c0910b1..42cb73b 100644 --- a/libft/include/libft.h +++ b/libft/include/libft.h @@ -155,7 +155,7 @@ int ft_toupper(int c); int ft_tolower(int c); int ft_strncmp(const char *s1, const char *s2, size_t n); int ft_lstsize(t_list *lst); -int ft_atoi(const char *str); +int ft_atoi(const char str[]); int ft_putchar(int c); int ft_putnchar(int c, const size_t n); int ft_putstr(const char *s); -- cgit v1.2.3