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