feat: add ft_isalnum function

This commit is contained in:
2025-09-28 21:50:39 +02:00
parent ea3a893cc8
commit 9aa0f4ae10
2 changed files with 7 additions and 0 deletions

View File

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