Copyright Digital Equipment Corp. All rights reserved.
Converts a wide character to its corresponding multibyte value,
and writes the result to a specified file.
Format
#include <wchar.h>
wint_t putwc (wint_t wc, FILE *file_ptr);
Arguments Description Return_Values