trying to work

This commit is contained in:
Maieul BOYER 2024-01-11 21:28:36 +01:00
parent 3d3d7a35ab
commit 2776ee1ebc
No known key found for this signature in database
25 changed files with 1621 additions and 0 deletions

22
include/app/lis.h Normal file
View file

@ -0,0 +1,22 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* lis.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/11 19:03:30 by maiboyer #+# #+# */
/* Updated: 2024/01/11 20:50:43 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef LIS_H
#define LIS_H
#include "me/types.h"
#include "me/vec/vec_element.h"
#include "me/vec/vec_i64.h"
t_vec_i64 lis(t_vec_element *elements);
#endif /* LIS_H */