update stuff

This commit is contained in:
Maieul BOYER 2024-02-08 22:05:19 +01:00
parent f980794456
commit ee1a1f272b
No known key found for this signature in database
8 changed files with 106 additions and 28 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/11 14:27:25 by maiboyer #+# #+# */
/* Updated: 2024/01/31 15:09:44 by maiboyer ### ########.fr */
/* Updated: 2024/02/08 19:05:37 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -17,6 +17,10 @@
# include "me/vec/vec_i64.h"
# include "me/vec/vec_i64_bool.h"
#ifndef BONUS
#define BONUS 0
#endif
typedef struct s_state
{
t_vec_i64_bool sorted;