/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libftprintf.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: tmaze +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2018/05/05 19:19:33 by tmaze #+# #+# */ /* Updated: 2018/05/05 19:40:06 by tmaze ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef LIBFTPRINTF_H # define LIBFTPRINTF_H # include "libft.h" # include # include # include # include int ft_printf(const char *format, ...); char *convert_d_i(char *flags, int *dim, int nb); #endif