Files
libft/libft.h

5 lines
99 B
C

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