we're getting there !
norm cleanup still need to sort out looping make
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/02/21 14:13:53 by tmaze #+# #+# */
|
||||
/* Updated: 2019/03/15 15:33:18 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/03/16 13:32:59 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -53,4 +53,17 @@ t_list *add_op(t_psdata *data, char *op);
|
||||
int get_params(t_psdata *data, int ac, char **av, int viz);
|
||||
int check_input(char *in, int *ret);
|
||||
|
||||
void mark_groups(t_psdata *data);
|
||||
t_stack *get_last_a(t_psdata *data);
|
||||
int get_size_firsts(t_psdata *data);
|
||||
int get_size_last(t_psdata *data);
|
||||
int get_nb_groups(t_psdata *data);
|
||||
|
||||
void sortfor3(t_psdata *data);
|
||||
void sortfor5(t_psdata *data);
|
||||
|
||||
void clean_op(t_psdata *data);
|
||||
|
||||
int sort(t_psdata *data);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user