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

@@ -5,6 +5,8 @@ void hugo_sort(t_stack **a, t_stack **b, t_list *solution)
{
(void)b;
pb(b, a, &solution);
/*
sa(a, &solution);
pb(b, a, &solution);
pb(b, a, &solution);
@@ -21,5 +23,6 @@ void hugo_sort(t_stack **a, t_stack **b, t_list *solution)
ra(a, &solution);
rb(b, &solution);
rr(a, b, &solution);
*/
}