mirror of
https://github.com/guezoloic/libft.git
synced 2026-03-28 18:03:46 +00:00
3 lines
53 B
C
3 lines
53 B
C
int ft_isalpha(const char c);
|
|
int ft_isdigit(int c);
|