From dafee6410a4ecd7400a83adf84ded3621f30a365 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 6 Nov 2019 00:02:56 +0100 Subject: Refactored parsing to handle alone '%' - renamed a few variables - added join_free* to libft - normed everything but ft_printf.c --- list.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'list.c') diff --git a/list.c b/list.c index b87c69a..d0eae4a 100644 --- a/list.c +++ b/list.c @@ -6,11 +6,10 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/29 00:14:50 by cacharle #+# #+# */ -/* Updated: 2019/10/29 00:14:51 by cacharle ### ########.fr */ +/* Updated: 2019/11/05 23:45:42 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -#include #include "header.h" t_flist *list_new(t_pformat *content) -- cgit