mise a jour de plusieurs fonctions

This commit is contained in:
Hugo LAMY
2019-11-19 18:16:42 +01:00
parent c612c9bae7
commit 966241a6df
11 changed files with 333 additions and 7 deletions

View File

@@ -38,14 +38,14 @@ SRCS = ft_memset.c \
ft_strchr.c \
ft_strrchr.c \
ft_strncmp.c \
strlcpy \ #a creer
ft_strlcpy.c \
ft_strlcat.c \
ft_strnstr.c \
ft_atoi.c \
ft_strdup.c \
calloc \ #a creer
ft_calloc.c \
\
ft_substr.c \ #ft_substr.C
ft_substr.c \
ft_strjoin.c \
ft_strtrim.c \ #fonction un peu changee
ft_strsplit.c \ #ft_split.c