en cours de debuggage pour le probleme de free

This commit is contained in:
hugogogo
2021-06-15 23:33:29 +02:00
parent 8121128ad5
commit 924645e71c
16 changed files with 84 additions and 12 deletions

View File

@@ -40,7 +40,8 @@ void hugo_sort(t_stack **a, t_stack **b, t_list *lst);
/*
** print.c
*/
void fill_solution(t_list *lst, char *c);
void print_test(t_list *lst, char *s);
void fill_solution(t_list *lst, char *s);
void print_result(t_list *lst, int i);
/*