libft/char
2025-12-11 14:36:59 +01:00
..
ft_isalnum.c docs(char): moving the actual documentation on the header 2025-09-05 16:28:33 +02:00
ft_isalpha.c docs(char): moving the actual documentation on the header 2025-09-05 16:28:33 +02:00
ft_isascii.c docs(char): moving the actual documentation on the header 2025-09-05 16:28:33 +02:00
ft_isdigit.c docs(char): moving the actual documentation on the header 2025-09-05 16:28:33 +02:00
ft_isprint.c docs(char): moving the actual documentation on the header 2025-09-05 16:28:33 +02:00
ft_isspace.c feat(char/isspace): adding isspace function 2025-12-11 14:36:59 +01:00
ft_tolower.c docs(char): moving the actual documentation on the header 2025-09-05 16:28:33 +02:00
ft_toupper.c docs(char): moving the actual documentation on the header 2025-09-05 16:28:33 +02:00