下面的实例演示了wctomb() 函数的用法。 #include #include int main() { int i; wchar_t wc = L'a'; char *pmbnull = NULL; char *pmb = (char ...
確定! 回上一頁