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_colors.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'src/ft_get_colors.c') diff --git a/src/ft_get_colors.c b/src/ft_get_colors.c index f21cd99..7d7907a 100644 --- a/src/ft_get_colors.c +++ b/src/ft_get_colors.c @@ -1,9 +1,22 @@ +/* ************************************************************************** */ +/* LE - / */ +/* / */ +/* ft_get_colors.c .:: .:/ . .:: */ +/* +:+:+ +: +: +:+:+ */ +/* By: rbousset +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2020/02/02 17:19:25 by rbousset #+# ## ## #+# */ +/* Updated: 2020/02/02 17:19:25 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include #include #include static int -ft_check_digits(const char *word) + ft_check_digits(const char *word) { size_t i; @@ -16,7 +29,7 @@ ft_check_digits(const char *word) } int -ft_get_f_color(char **words, t_cub *clist) + ft_get_f_color(char **words, t_cub *clist) { char **num; @@ -42,7 +55,7 @@ ft_get_f_color(char **words, t_cub *clist) } int -ft_get_c_color(char **words, t_cub *clist) + ft_get_c_color(char **words, t_cub *clist) { char **num; -- cgit v1.2.3