modifs non push

This commit is contained in:
hugogogo
2021-06-26 09:51:17 +02:00
parent ff5a71b840
commit 1d85935cf9
13 changed files with 7 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ int bubble_sort(t_stack **a, t_stack **b, t_list *solution);
int check_flag(int *ac, char ***av);
void is_valid(int ac, char **av);
t_stack *init_stack(int ac, char **av);
t_list *launch_algo(t_stack *stack);
t_list *launch_algo(t_stack *stack, int i);
/*
** stop.c