#ifndef FT_PRINTF_H # define FT_PRINTF_H int ft_printf(const char *format, ...); #endif