opti fonctionne super bien et super mal

This commit is contained in:
Hugo LAMY
2019-05-20 15:42:30 +02:00
parent 0912e52a7a
commit c2e87b7303
3 changed files with 172 additions and 56 deletions

View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
/* Updated: 2019/05/17 18:37:47 by hulamy ### ########.fr */
/* Updated: 2019/05/20 15:18:43 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -58,7 +58,7 @@ typedef struct s_fillist
int num;
int test;
char letter;
uint64_t memory;
unsigned int *memory;
struct s_fillist *same;
struct s_fillist *next;
} t_fillist;