From bfaf4c53a8406ea0bfbd8699807b567a5322a03f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 3 Aug 2020 19:00:47 +0200 Subject: Export is working --- libft/include/libft.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libft') diff --git a/libft/include/libft.h b/libft/include/libft.h index 5ddb471..6513693 100644 --- a/libft/include/libft.h +++ b/libft/include/libft.h @@ -24,6 +24,12 @@ # define BUFFER_SIZE 72 # endif +typedef enum +{ + FALSE, + TRUE +} t_bool; + typedef struct s_list { void *content; -- cgit v1.2.3