Copyright Digital Equipment Corp. All rights reserved.

Description

   The vfwprintf function is equivalent to the fwprintf function,
   with the variable argument list replaced by the ap argument.
   Initialize ap with the va_start macro (and possibly with
   subsequent va_arg calls) from <stdarg.h>.

   If the stream pointed to by stream has no orientation, vfwprintf
   makes the stream wide-oriented.

   See also fwprintf.