#include <fcntl.h>
#include <io.h>
#include <stdio.h>
int main(void) {
_setmode(_fileno(stdout), _O_U16TEXT);
wprintf(L"\x043a\x043e\x0448\x043a\x0430 \x65e5\x672c\x56fd\n");
return 0;
}
Run Code Online (Sandbox Code Playgroud)
在编译时返回错误: _O_U16TEXT was not declared in this scope
这是此编译器的制胜法宝吗?