This commit is contained in:
Maieul BOYER 2024-05-08 15:30:34 +02:00
parent 27eb1f10b1
commit 99f1e58812
No known key found for this signature in database
6 changed files with 57 additions and 17 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/03 14:31:12 by maiboyer #+# #+# */
/* Updated: 2024/05/07 14:52:32 by maiboyer ### ########.fr */
/* Updated: 2024/05/08 15:19:25 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -47,6 +47,7 @@ typedef bool t_error;
void me_abort(void);
void me_exit(t_i32 code);
void me_free(void *ptr);
void print_trace(void);
#define ERROR 1
#define NO_ERROR 0