#include int ft_printf(char *format, ...) { va_list ap; }