mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 01:34:15 +00:00
4 lines
76 B
C
4 lines
76 B
C
int ft_isalpha(const char c);
|
|
int ft_isdigit(int c);
|
|
int ft_isalnum(int c);
|