summaryrefslogtreecommitdiffstats
path: root/libft/include/libft.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-29 18:51:47 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-29 18:51:47 +0200
commitdd00a5a6e96052a8fd6120ce1bcedcce879441d6 (patch)
treed122b5978901afdd340c6b5831203536e0b2625c /libft/include/libft.h
parentOrder update (diff)
download42-minishell-dd00a5a6e96052a8fd6120ce1bcedcce879441d6.tar.gz
42-minishell-dd00a5a6e96052a8fd6120ce1bcedcce879441d6.tar.bz2
42-minishell-dd00a5a6e96052a8fd6120ce1bcedcce879441d6.tar.xz
42-minishell-dd00a5a6e96052a8fd6120ce1bcedcce879441d6.tar.zst
42-minishell-dd00a5a6e96052a8fd6120ce1bcedcce879441d6.zip
Atoi update
Diffstat (limited to '')
-rw-r--r--libft/include/libft.h2
1 files changed, 1 insertions, 1 deletions
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);