libft/char
Raphael 905ffd4b72
refactor: only the usefull header
- Removing all 'libft.h' mention
- Using the include only on the files needed by
2025-09-01 18:45:33 +02:00
..
ft_isalnum.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_isalpha.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_isascii.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_isdigit.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_isprint.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_tolower.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00
ft_toupper.c refactor: only the usefull header 2025-09-01 18:45:33 +02:00