Copyright Digital Equipment Corp. All rights reserved.

vswprintf

   Writes output to the stream under control of the wide-character
   format string.

   Format

     #include  <wchar.h>

     int vswprintf  (wchar_t *s, size_t n, const wchar_t *format,
                    va_list ap);
 


Additional information available:

Arguments       Description     Return_Values