reorganisation pour rendu et free dans split

This commit is contained in:
Hugo LAMY
2019-12-02 17:50:04 +01:00
parent 88ac279f99
commit 90106ef3ae
75 changed files with 47 additions and 40 deletions

View File

@@ -64,39 +64,39 @@ SRCB = ft_lstnew.c \
ft_lstdelone.c \
ft_lstclear.c \
ft_lstiter.c \
ft_lstmap.c \
\
ft_strcat.c \
ft_strcmp.c \
ft_strcpy.c \
ft_strncat.c \
ft_strncpy.c \
ft_strstr.c \
ft_strjoinfree.c \
ft_strclr.c \
ft_strdel.c \
ft_strequ.c \
ft_striter.c \
ft_striteri.c \
ft_strmap.c \
ft_strnequ.c \
ft_strnew.c \
ft_memalloc.c \
ft_memdel.c \
ft_putchar.c \
ft_putendl.c \
ft_putnbr.c \
ft_putnbrendl.c \
ft_putnbrendl_fd.c \
ft_putnbrbase.c \
ft_putstr.c \
ft_any.c \
ft_atoibase.c \
ft_convertbase.c \
ft_foreach.c \
ft_issort.c \
ft_arraymap.c \
ft_strmultisplit.c
ft_lstmap.c
# \
# ft_strcat.c \
# ft_strcmp.c \
# ft_strcpy.c \
# ft_strncat.c \
# ft_strncpy.c \
# ft_strstr.c \
# ft_strjoinfree.c \
# ft_strclr.c \
# ft_strdel.c \
# ft_strequ.c \
# ft_striter.c \
# ft_striteri.c \
# ft_strmap.c \
# ft_strnequ.c \
# ft_strnew.c \
# ft_memalloc.c \
# ft_memdel.c \
# ft_putchar.c \
# ft_putendl.c \
# ft_putnbr.c \
# ft_putnbrendl.c \
# ft_putnbrendl_fd.c \
# ft_putnbrbase.c \
# ft_putstr.c \
# ft_any.c \
# ft_atoibase.c \
# ft_convertbase.c \
# ft_foreach.c \
# ft_issort.c \
# ft_arraymap.c \
# ft_strmultisplit.c
OBJB = $(SRCB:%.c=$(ODIR)/%.o)