ft_memset, ft_isalpha: add static to subfuntions

This commit is contained in:
Tanguy MAZE
2018-04-05 16:40:29 +02:00
parent c4402c4b2d
commit ca233d4b2f
4 changed files with 31 additions and 7 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 14:13:58 by tmaze ### ########.fr #
# Updated: 2018/04/05 15:43:32 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -17,6 +17,7 @@ CCSTD = -std=c99
NAME = libft.a
SRCS = \
ft_memset.c \
ft_strlen.c \
ft_strdup.c \
ft_strcpy.c \