aboutsummaryrefslogtreecommitdiff
path: root/include/libft_ctype.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-10 05:24:41 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-10 05:24:41 +0100
commitfe15975761f2dcb52d360a521c5ef912d66d5e1c (patch)
treea94148816bc4f826eab9b18c9010d922d7c280c9 /include/libft_ctype.h
parent8e3c9342ce7e4932c4a59c0823af63d19ade8046 (diff)
downloadlibft-fe15975761f2dcb52d360a521c5ef912d66d5e1c.tar.gz
libft-fe15975761f2dcb52d360a521c5ef912d66d5e1c.tar.bz2
libft-fe15975761f2dcb52d360a521c5ef912d66d5e1c.zip
Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsep
Diffstat (limited to 'include/libft_ctype.h')
-rw-r--r--include/libft_ctype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libft_ctype.h b/include/libft_ctype.h
index 85e0e05..ad42c64 100644
--- a/include/libft_ctype.h
+++ b/include/libft_ctype.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/01/31 10:35:31 by cacharle #+# #+# */
-/* Updated: 2020/01/31 10:36:34 by cacharle ### ########.fr */
+/* Updated: 2020/02/10 05:18:30 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -23,6 +23,7 @@ int ft_isalnum(int c);
int ft_isascii(int c);
int ft_isprint(int c);
int ft_isspace(int c);
+int ft_isblank(int c);
/*
** conversion