From 932dec2b05b8ad4a45eaf55b4228e582cafdef0e Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Mon, 3 Apr 2017 17:24:03 +0200 Subject: [PATCH] name-->key for stof --- libft/includes/libft.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libft/includes/libft.h b/libft/includes/libft.h index dbecfc8c..bb59a320 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/25 01:56:46 by jhalford ### ########.fr */ +/* Updated: 2017/04/03 16:51:25 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ @@ -44,7 +44,7 @@ struct s_stos struct s_stof { - char *name; + char *key; int (*f)(); };