From a983b06df18647cf63fadad5b36f472e06f1075f Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 20 Nov 2019 02:03:56 +0100 Subject: Protected pre 2019 functions --- libft.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libft.h') diff --git a/libft.h b/libft.h index 87b57c2..f337e14 100644 --- a/libft.h +++ b/libft.h @@ -6,13 +6,14 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 09:45:02 by cacharle #+# #+# */ -/* Updated: 2019/10/17 09:08:31 by cacharle ### ########.fr */ +/* Updated: 2019/11/20 02:01:10 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef LIBFT_H # define LIBFT_H +# include # include # define TRUE 1 -- cgit