Nice job for a week-end =)

finished checker programm
tested actions functions
all normed and sexy ;)
This commit is contained in:
Tanguy MAZE
2019-03-02 18:28:51 +01:00
parent f8c0e70d9d
commit 87261ffddb
7 changed files with 156 additions and 91 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/21 14:13:53 by tmaze #+# #+# */
/* Updated: 2019/02/28 16:10:45 by tmaze ### ########.fr */
/* Updated: 2019/03/02 18:21:11 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -51,4 +51,8 @@ void ps_rrot(t_psdata *data);
void ps_rerot(t_psdata *data, char c);
void ps_rrerot(t_psdata *data);
int is_op(char *buff);
int get_params(t_psdata *data, int ac, char **av);
int check_input(char *in, int *ret);
#endif