VMS Help CC, Run-time functions, fwprintf *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Prints formatted output to a stream based on specified arguments. Syntax: #include <wchar.h> int fwprintf (FILE *stream, const wchar_t *format, ...);
|