ps_stop fonctionne
This commit is contained in:
@@ -15,22 +15,27 @@ typedef struct s_stack
|
||||
/*
|
||||
** pushswap.c
|
||||
*/
|
||||
void is_valid(int ac, char **av)
|
||||
t_stack *init_stack(int ac, char **av)
|
||||
void print_stack(t_stack *stack)
|
||||
void is_valid(int ac, char **av);
|
||||
t_stack *init_stack(int ac, char **av);
|
||||
|
||||
/*
|
||||
** stop.c
|
||||
*/
|
||||
void ps_usage(void);
|
||||
void ps_error(int err);
|
||||
void stop(t_stack *stb, t_stack *sta, t_list *lst, int i);
|
||||
void ps_stop(t_stack *stb, t_stack *sta, t_list *lst, int i);
|
||||
|
||||
/*
|
||||
** algo.c
|
||||
*/
|
||||
t_list *sort_algo(t_stack *stack);
|
||||
|
||||
/*
|
||||
** print.c
|
||||
*/
|
||||
void print_stack(t_stack *stack);
|
||||
|
||||
|
||||
/*
|
||||
** swap
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user