mise a jour de plusieurs fonctions
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user