ft_strdup

This commit is contained in:
Tanguy MAZE
2018-04-04 15:50:08 +02:00
parent 67b29782ae
commit 4930df1c01
3 changed files with 35 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/04/04 10:51:59 by tmaze #+# #+# #
# Updated: 2018/04/04 15:08:39 by tmaze ### ########.fr #
# Updated: 2018/04/04 15:30:28 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -18,6 +18,7 @@ NAME = libft.a
SRCS = \
ft_strlen.c \
ft_strdup.c \
ft_isalpha.c \
ft_isdigit.c \
ft_isalnum.c \