#include int ft_printf(char *string, ...); int main(void) { ft_printf("%s\n", NULL); }