/* $Id$ */ #include #include int vfprintf(stream, format, arg) FILE *stream; char *format; va_list arg; { return _doprnt (format, arg, stream); }