mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 04:34:14 +00:00
5 lines
99 B
C
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);
|