change of t_itof
This commit is contained in:
parent
c2ed70a384
commit
ee44e7ecb3
1 changed files with 3 additions and 3 deletions
|
|
@ -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/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
|
struct s_itof
|
||||||
{
|
{
|
||||||
char *name;
|
int name;
|
||||||
int (*f)();
|
int (*f)();
|
||||||
};
|
};
|
||||||
|
|
||||||
int ft_printf(const char *format, ...);
|
int ft_printf(const char *format, ...);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue