feat: add ft_isascii function

This commit is contained in:
2025-09-28 21:55:55 +02:00
parent 9aa0f4ae10
commit 8187470c79
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
int ft_isalpha(const char c);
int ft_isdigit(int c);
int ft_isalnum(int c);
int ft_isascii(int c);