/* $Header$ */ #include #include int vprintf(format, arg) char *format; va_list arg; { return _doprnt(format, arg, stdout); }