VMS Help CC, Run-time functions, swprintf *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Formats output to an array of wide characters. Syntax: #include <wchar.h> int swprintf (wchar_t *s, size_t n, const wchar_t *format, ...);
|