Files
libft/libft.h

3 lines
53 B
C

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