ft_bzero, norming ft_memset

This commit is contained in:
Tanguy MAZE
2018-04-06 10:54:02 +02:00
parent ca233d4b2f
commit cae2c29bc8
3 changed files with 25 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/04/04 10:51:59 by tmaze #+# #+# #
# Updated: 2018/04/05 15:43:32 by tmaze ### ########.fr #
# Updated: 2018/04/05 16:49:55 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -18,6 +18,7 @@ NAME = libft.a
SRCS = \
ft_memset.c \
ft_bzero.c \
ft_strlen.c \
ft_strdup.c \
ft_strcpy.c \