int ft_isalpha(const char c); int ft_isdigit(int c); int ft_isalnum(int c); int ft_isascii(int c);