From 314f8f2c501322717c247fe512093a894244b702 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 1 Dec 2020 21:35:53 +0100 Subject: Merged shotgunfixes --- libft/include/libft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libft/include/libft.h') 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); -- cgit v1.2.3