summaryrefslogtreecommitdiffstats
path: root/libft/include/libft.h
diff options
context:
space:
mode:
Diffstat (limited to 'libft/include/libft.h')
-rw-r--r--libft/include/libft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libft/include/libft.h b/libft/include/libft.h
index 47992c0..265d87c 100644
--- a/libft/include/libft.h
+++ b/libft/include/libft.h
@@ -145,6 +145,7 @@ int ft_memcmp(const void *s1, const void *s2, size_t n);
t_bool ft_isspace(int c);
t_bool ft_iswhitespace(int c);
t_bool ft_ischarset(const char *charset, int c);
+t_bool ft_isfulldigit(char *str);
t_bool ft_isupper(int c);
t_bool ft_islower(int c);
t_bool ft_isalpha(int c);