#ifndef FT_PRINTF_H # define FT_PRINTF_H # include # include # include int ft_printf(char *fmt, ...); #endif