segfaults have been eliminated

This commit is contained in:
Mthandazo Ndhlovu
2019-04-26 12:00:28 +02:00
parent ba1cea020d
commit 9a386b315b
11 changed files with 65 additions and 49 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/04/07 12:47:06 by tmaze #+# #+# #
# Updated: 2019/04/22 12:11:07 by mndhlovu ### ########.fr #
# Updated: 2019/04/26 11:54:46 by mndhlovu ### ########.fr #
# #
#******************************************************************************#
@@ -32,6 +32,7 @@ SRCS = ft_memalloc.c \
ft_isascii.c \
ft_isprint.c \
ft_toupper.c \
ft_isnumeric.c \
ft_tolower.c \
ft_isupper.c \
ft_islower.c \