ft_strnstr

This commit is contained in:
Tanguy MAZE
2018-04-05 11:48:44 +02:00
parent aa17bb3c11
commit e50dcca5e8
3 changed files with 37 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/05 11:06:04 by tmaze ### ########.fr #
# Updated: 2018/04/05 11:40:07 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -26,6 +26,7 @@ SRCS = \
ft_strchr.c \
ft_strrchr.c \
ft_strstr.c \
ft_strnstr.c \
ft_isalpha.c \
ft_isdigit.c \
ft_isalnum.c \