From 0701cef3492d9c6d037abbe7c116dd22b9ab8a0c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 5 Feb 2020 13:38:50 +0100 Subject: Better code --- src/ft_get_tex.c | 8 ++++---- 1 file changed, 4 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 1826825..240f034 100644 --- a/src/ft_get_tex.c +++ b/src/ft_get_tex.c @@ -15,7 +15,7 @@ #include #include -int +int8_t ft_get_tex_no(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) @@ -26,7 +26,7 @@ int return (0); } -int +int8_t ft_get_tex_so(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) @@ -37,7 +37,7 @@ int return (0); } -int +int8_t ft_get_tex_ea(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) @@ -48,7 +48,7 @@ int return (0); } -int +int8_t ft_get_tex_we(char **words, t_cub *clist) { if (!(*words) || !(*(words + 1)) || (*(words + 2))) -- cgit v1.2.3