#include #include #include #undef vprintf int vprintf (format, ap) const char *format; va_list ap; { return vfprintf (stdout, format, ap); }