From ee44e7ecb30645454d7339398d88c81b24dae368 Mon Sep 17 00:00:00 2001 From: wescande Date: Tue, 7 Mar 2017 15:40:12 +0100 Subject: [PATCH] change of t_itof --- libft/includes/libft.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libft/includes/libft.h b/libft/includes/libft.h index 07844ee6..55e7dc53 100644 --- a/libft/includes/libft.h +++ b/libft/includes/libft.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/07 13:49:04 by jhalford #+# #+# */ -/* Updated: 2017/03/07 14:54:00 by jhalford ### ########.fr */ +/* Updated: 2017/03/07 15:39:59 by wescande ### ########.fr */ /* */ /* ************************************************************************** */ @@ -54,8 +54,8 @@ struct s_stof struct s_itof { - char *name; - int (*f)(); + int name; + int (*f)(); }; int ft_printf(const char *format, ...);