calloc and strdup

This commit is contained in:
David Gailleton
2025-11-05 19:37:02 +01:00
parent 697e044d7e
commit 86f9f05889
4 changed files with 60 additions and 2 deletions

View File

@@ -30,7 +30,9 @@ SRC = ft_isalpha.c \
ft_memcpy.c \
ft_memchr.c \
ft_strnstr.c \
ft_atoi.c
ft_atoi.c \
ft_calloc.c \
ft_strdup.c
OBJ_DIR = objs