summaryrefslogtreecommitdiffstats
path: root/libft/include
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-29 18:54:03 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-29 18:54:03 +0200
commitdc7255fdb45587ddd90db87e3c3b971ebd8edef0 (patch)
treeffda6630195437ea771065d6d42f5fc84b35eea5 /libft/include
parentAtoi update (diff)
download42-minishell-dc7255fdb45587ddd90db87e3c3b971ebd8edef0.tar.gz
42-minishell-dc7255fdb45587ddd90db87e3c3b971ebd8edef0.tar.bz2
42-minishell-dc7255fdb45587ddd90db87e3c3b971ebd8edef0.tar.xz
42-minishell-dc7255fdb45587ddd90db87e3c3b971ebd8edef0.tar.zst
42-minishell-dc7255fdb45587ddd90db87e3c3b971ebd8edef0.zip
Some updates
Diffstat (limited to 'libft/include')
-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 42cb73b..c0910b1 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);