special sort for 3 ok

This commit is contained in:
hugogogo
2021-09-27 00:48:40 +02:00
parent 7d563f3362
commit bb2a08833a
13 changed files with 32 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ void hugo_sort(t_stack **a, t_stack **b, t_list *lst);
/*
** spcecial_sorts_3_5.c
*/
void special_sort_3(t_stack **a, t_stack **b, t_list *solution);
void special_sort_3(t_stack **a, t_list *solution);
void special_sort_5(t_stack **a, t_stack **b, t_list *solution);
/*