From 2e080e838d9f615e1e8c0f88b06823645de54fc6 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 4 Dec 2020 17:32:50 +0100 Subject: Good now --- libft/include/libft.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libft') diff --git a/libft/include/libft.h b/libft/include/libft.h index 265d87c..427f873 100644 --- a/libft/include/libft.h +++ b/libft/include/libft.h @@ -23,11 +23,13 @@ # define BUFFER_SIZE 72 # endif -typedef enum e_bool +typedef unsigned char t_bool; + +enum e_bool { FALSE, TRUE -} t_bool; +}; typedef struct s_list { -- cgit v1.2.3