lastest
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/16 13:32:59 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/03/20 12:24:09 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -51,7 +51,7 @@ void ps_rrerot(t_psdata *data);
|
||||
int is_op(char *buff);
|
||||
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);
|
||||
int check_input(t_psdata *data, char *in, int *ret);
|
||||
|
||||
void mark_groups(t_psdata *data);
|
||||
t_stack *get_last_a(t_psdata *data);
|
||||
|
Reference in New Issue
Block a user