From 5bab06313e71e9827baa426a02bbaf2a00b4e6a0 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 24 Jul 2019 08:02:55 +0200 Subject: c12 passed, c13 start --- c12/ex02/ft_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c12/ex02') diff --git a/c12/ex02/ft_list.h b/c12/ex02/ft_list.h index 33ad610..c98b98d 100644 --- a/c12/ex02/ft_list.h +++ b/c12/ex02/ft_list.h @@ -6,12 +6,12 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/07/09 14:33:17 by cacharle #+# #+# */ -/* Updated: 2019/07/19 08:29:04 by cacharle ### ########.fr */ +/* Updated: 2019/07/23 15:17:13 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef FT_LIST_H -#define FT_LIST_H +# define FT_LIST_H typedef struct s_list { -- cgit