1 2 3 4 5
#include <stdio.h> int vprintf(const char *format, va_list ap) { return vdprintf(1, format, ap); }