change fonctions pour list avec nouvelles fonctions pour listes a deux sens
This commit is contained in:
37
Makefile
37
Makefile
@@ -62,15 +62,19 @@ SRCS = ft_memset.c \
|
||||
ft_putendl_fd.c \
|
||||
ft_putnbr_fd.c \
|
||||
\
|
||||
ft_lstnew.c \
|
||||
ft_lstadd_front.c \
|
||||
ft_lstsize.c \
|
||||
ft_lstlast.c \
|
||||
ft_lstadd_back.c \
|
||||
ft_lstdelone.c \
|
||||
ft_lstclear.c \
|
||||
ft_lstiter.c \
|
||||
ft_lstmap.c \
|
||||
ft_lstcreate.c \
|
||||
ft_lstpush_back.c \
|
||||
ft_lstpush_front.c \
|
||||
ft_lstloop.c \
|
||||
ft_lstloop_back.c \
|
||||
ft_lstbegin.c \
|
||||
ft_lstend.c \
|
||||
ft_lstfind.c \
|
||||
ft_lstinsert.c \
|
||||
ft_lsterase.c \
|
||||
ft_lstfree.c \
|
||||
ft_lstlen.c \
|
||||
ft_lstcopy.c \
|
||||
\
|
||||
ft_strcat.c \
|
||||
ft_strcmp.c \
|
||||
@@ -120,8 +124,19 @@ SRCS = ft_memset.c \
|
||||
ft_sqrt.c \
|
||||
ft_free_tab.c \
|
||||
\
|
||||
ft_arrintchr.c \
|
||||
ft_lstremove_next.c
|
||||
ft_arrintchr.c
|
||||
|
||||
# ft_lstremove.c \
|
||||
ft_lstfind.c
|
||||
# ft_lstnew.c \
|
||||
ft_lstadd_front.c \
|
||||
ft_lstsize.c \
|
||||
ft_lstlast.c \
|
||||
ft_lstadd_back.c \
|
||||
ft_lstdelone.c \
|
||||
ft_lstclear.c \
|
||||
ft_lstiter.c \
|
||||
ft_lstmap.c
|
||||
|
||||
|
||||
ODIR = ./builds
|
||||
|
||||
Reference in New Issue
Block a user