From 95670611b3636932b6e64c3e485a4e4bf40d8b07 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 2 Feb 2020 18:12:45 +0100 Subject: Norme again --- src/ft_get_tex.c | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'src/ft_get_tex.c') diff --git a/src/ft_get_tex.c b/src/ft_get_tex.c index 5b8e24e..1826825 100644 --- a/src/ft_get_tex.c +++ b/src/ft_get_tex.c @@ -1,9 +1,22 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* ft_get_tex.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2020/02/02 17:19:28 by rbousset #+# ## ## #+# */ +/* Updated: 2020/02/02 17:19:28 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include #include #include int -ft_get_tex_no(char **words, t_cub *clist) + ft_get_tex_no(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) return (-1); @@ -14,7 +27,7 @@ ft_get_tex_no(char **words, t_cub *clist) } int -ft_get_tex_so(char **words, t_cub *clist) + ft_get_tex_so(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) return (-1); @@ -25,7 +38,7 @@ ft_get_tex_so(char **words, t_cub *clist) } int -ft_get_tex_ea(char **words, t_cub *clist) + ft_get_tex_ea(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) return (-1); @@ -36,7 +49,7 @@ ft_get_tex_ea(char **words, t_cub *clist) } int -ft_get_tex_we(char **words, t_cub *clist) + ft_get_tex_we(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) return (-1); -- cgit v1.2.3