ft_memmove

This commit is contained in:
Tanguy MAZE
2018-04-06 15:42:54 +02:00
parent b25c72caa4
commit 6e3cc9928d
2 changed files with 25 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/04/04 10:51:59 by tmaze #+# #+# #
# Updated: 2018/04/06 11:30:50 by tmaze ### ########.fr #
# Updated: 2018/04/06 15:11:37 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -21,6 +21,7 @@ SRCS = \
ft_bzero.c \
ft_memcpy.c \
ft_memccpy.c \
ft_memmove.c \
ft_strlen.c \
ft_strdup.c \
ft_strcpy.c \