ajout de strchrset

This commit is contained in:
Hugo LAMY
2020-02-16 15:12:44 +01:00
parent d7dd6e8ba8
commit bafcf928e4
3 changed files with 35 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ SRCS = ft_memset.c \
ft_tolower.c \
ft_strchr.c \
ft_strrchr.c \
ft_strchrset.c \
ft_strncmp.c \
ft_strlcpy.c \
ft_strlcat.c \