libft/char
Raphael 4c6a17811f
fix(char/ischar): fix the work of the function
- Didn't now why the moulinette was working
2025-09-04 18:54:19 +02:00
..
ft_isalnum.c fix(char/ischar): fix the work of the function 2025-09-04 18:54:19 +02:00
ft_isalpha.c fix(char/ischar): fix the work of the function 2025-09-04 18:54:19 +02:00
ft_isascii.c refactor(char): normed the char functions 2025-09-04 11:48:50 +02:00
ft_isdigit.c fix(char/ischar): fix the work of the function 2025-09-04 18:54:19 +02:00
ft_isprint.c refactor(char): normed the char functions 2025-09-04 11:48:50 +02:00
ft_tolower.c refactor(char): normed the char functions 2025-09-04 11:48:50 +02:00
ft_toupper.c refactor(char): normed the char functions 2025-09-04 11:48:50 +02:00