Writes a wide character to standard output.
Compatibility:This function is compatible with the following targets:
|
BeOS
|
|
#include <wchar.h>
wchar_t putwchar(wchar_t c);Parameters:
Parameters for this function are:
Performs the same task as putchar for a wide character type.
Returns c if it is successful and returns WEOF if it fails
"Wide Character and Byte Character Stream Orientation"