libft/char
Raphael 7051eaf1bf
fix(char): fixing the isascii / isprint
- Correcting the behavour of is ascii to the original given by the
original function
2025-09-05 10:47:02 +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 fix(char): fixing the isascii / isprint 2025-09-05 10:47:02 +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 fix(char): fixing the isascii / isprint 2025-09-05 10:47:02 +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