在线文档教程
C++
输入/输出 | Input/output

std::putwchar

STD::putwchar

Defined in header
wint_t putwchar( wchar_t ch

写得很宽chstdout...

参数

ch-wide character to be written

返回值

ch在成功的时候,WEOF在失败的时候。

另见

putcharwrites a character to stdout (function)
fputwcputwcwrites a wide character to a file stream (function)

C.putwchar文件

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/io/c/putwchar