aboutsummaryrefslogtreecommitdiff
path: root/libft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libft.h')
-rw-r--r--libft.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libft.h b/libft.h
index a7da118..31fcfe0 100644
--- a/libft.h
+++ b/libft.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 09:45:02 by cacharle #+# #+# */
-/* Updated: 2019/10/09 08:58:46 by cacharle ### ########.fr */
+/* Updated: 2019/10/11 14:58:42 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -48,6 +48,7 @@ int ft_isalnum(int c);
int ft_isascii(int c);
int ft_isprint(int c);
int ft_toupper(int c);
+int ft_tolower(int c);
void *ft_calloc(size_t count, size_t size);
void *ft_memalloc(size_t size);
void ft_memdel(void **ap);