i hate mondays

rework of checker parser to accomodate for string arguments
update of libft
debuged push & pop functions
still need to check for overflow arg
This commit is contained in:
Tanguy MAZE
2019-02-25 17:42:47 +01:00
parent 62764dc5e7
commit 7a2037c046
6 changed files with 64 additions and 55 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/02/23 14:30:57 by tmaze #+# #+# #
# Updated: 2019/02/24 14:17:55 by tmaze ### ########.fr #
# Updated: 2019/02/25 15:55:49 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -42,6 +42,8 @@ SRC = ps_push.c \
ps_rerot.c \
ps_swap.c \
ps_stktools.c \
ps_stktools2.c \
ft_strsplitwhitespace.c\
\
checker.c