adding ft_isspace

This commit is contained in:
hugogogo
2026-04-28 19:32:48 +02:00
parent 603303a21b
commit 2be81d5630
3 changed files with 143 additions and 128 deletions

View File

@@ -30,6 +30,7 @@ SRCS = ft_memset.c \
ft_isalnum.c \
ft_isnumber.c \
ft_isascii.c \
ft_isspace.c \
ft_isprint.c \
ft_toupper.c \
ft_tolower.c \