update stuff
This commit is contained in:
parent
f980794456
commit
ee1a1f272b
8 changed files with 106 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue