diff --git a/libftasm/includes/btree.h b/libftasm/includes/btree.h index 5839155c..4f439e1b 100644 --- a/libftasm/includes/btree.h +++ b/libftasm/includes/btree.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/16 11:13:15 by jhalford #+# #+# */ -/* Updated: 2016/12/05 11:53:30 by jhalford ### ########.fr */ +/* Updated: 2017/03/06 18:19:50 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/libftasm/includes/libft.h b/libftasm/includes/libft.h index 69766db5..07844ee6 100644 --- a/libftasm/includes/libft.h +++ b/libftasm/includes/libft.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/07 13:49:04 by jhalford #+# #+# */ -/* Updated: 2017/02/20 17:25:39 by jhalford ### ########.fr */ +/* Updated: 2017/03/07 14:54:00 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ @@ -36,8 +36,9 @@ # include "color.h" # include "ft_sys.h" -typedef struct s_stof t_stof; typedef struct s_stos t_stos; +typedef struct s_stof t_stof; +typedef struct s_itof t_itof; struct s_stos { @@ -51,6 +52,12 @@ struct s_stof int (*f)(); }; +struct s_itof +{ + char *name; + int (*f)(); +}; + int ft_printf(const char *format, ...); int ft_dprintf(int fd, const char *format, ...); diff --git a/libftasm/src/btree/btree_apply_infix.c b/libftasm/src/btree/btree_apply_infix.c index f4b95302..93a18b7d 100644 --- a/libftasm/src/btree/btree_apply_infix.c +++ b/libftasm/src/btree/btree_apply_infix.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/08/16 13:43:51 by jhalford #+# #+# */ -/* Updated: 2016/11/14 11:58:47 by jhalford ### ########.fr */ +/* Updated: 2017/03/06 18:22:31 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/libftasm/src/ft_printf/ft_printf.c b/libftasm/src/ft_printf/ft_printf.c index 8573b067..207a1985 100644 --- a/libftasm/src/ft_printf/ft_printf.c +++ b/libftasm/src/ft_printf/ft_printf.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/07 13:33:27 by jhalford #+# #+# */ -/* Updated: 2017/02/18 13:05:26 by jhalford ### ########.fr */ +/* Updated: 2017/03/07 15:14:03 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */