name-->key for stof

This commit is contained in:
Jack Halford 2017-04-03 17:24:03 +02:00
parent 12b098f9d8
commit 932dec2b05

View file

@ -6,7 +6,7 @@
/* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */ /* By: jhalford <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2016/11/07 13:49:04 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 struct s_stof
{ {
char *name; char *key;
int (*f)(); int (*f)();
}; };