definitely closer to TGIF :HYPE:

update libft (normed)
added command parsing to checker
This commit is contained in:
Tanguy MAZE
2019-02-28 17:03:14 +01:00
parent 7a2037c046
commit f8c0e70d9d
3 changed files with 59 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/21 14:13:53 by tmaze #+# #+# */
/* Updated: 2019/02/25 15:57:11 by tmaze ### ########.fr */
/* Updated: 2019/02/28 16:10:45 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -17,7 +17,7 @@
# include <unistd.h>
# include "libft.h"
#include <stdio.h>
# include <stdio.h>
typedef struct s_stack
{