ft_strcat, ft_strncat

This commit is contained in:
Tanguy MAZE
2018-04-04 18:49:01 +02:00
parent 625255c864
commit 727ec54307
4 changed files with 49 additions and 3 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 17:17:24 by tmaze ### ########.fr #
# Updated: 2018/04/04 18:34:41 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -21,6 +21,8 @@ SRCS = \
ft_strdup.c \
ft_strcpy.c \
ft_strncpy.c \
ft_strcat.c \
ft_strncat.c \
ft_isalpha.c \
ft_isdigit.c \
ft_isalnum.c \