adding v and d printf AND made private header

This commit is contained in:
hugogogo
2026-05-02 21:23:52 +02:00
parent 954b7eb9d8
commit 6d5c93ebb0
9 changed files with 267 additions and 251 deletions

View File

@@ -108,10 +108,6 @@ SRCS = ft_memset.c \
ft_concat_free.c \
\
ft_printf.c \
ft_next_word.c \
ft_convert.c \
ft_flag_transform.c \
ft_flag_transform_bonus.c \
ft_abs.c \
ft_greater.c \
ft_smaller.c \
@@ -121,25 +117,6 @@ SRCS = ft_memset.c \
\
ft_arrint.c
# deleted : \
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_putstr.c \
ft_putchar.c \
ft_putendl.c \
ft_putnbr.c \
ft_putnbrendl.c \
ft_putnbrendl_fd.c \
ft_putendl_fd.c \
ODIR = ./builds
OBJS = $(SRCS:%.c=$(ODIR)/%.o)