Write a wide character type to a stream.
Compatibility:This function is compatible with the following targets:
|
BeOS
|
|
#include <wchar.h>
wchar_t putwc(wchar_t c, FILE * file);Parameters:
Parameters for this function are:
Performs the same task as putc for a wide character type.
Returns the character written when successful and returns WEOF when it fails
"Wide Character and Byte Character Stream Orientation"