deux opti ilots et identiques

This commit is contained in:
pia Lepetit
2019-06-04 16:56:24 +02:00
parent 602ebf070d
commit 0e52943b34
3 changed files with 61 additions and 9 deletions

View File

@@ -63,6 +63,7 @@ typedef struct s_fillist
int num;
int total_num;
int test;
int total;
char letter;
int *dope;
unsigned int *memory;
@@ -82,7 +83,7 @@ int check_same_tetri(t_fillist *list, int num);
/*
** bonus_print.c
*/
t_fillist *print_tetri(t_fillist *list);
t_fillist *print_tetri(t_fillist *list, int num);
int print_binary_map(unsigned int *map, int size, int *dope);
int print_flags_usage(void);