歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux綜合 >> Linux資訊 >> Linux文化

wchar_t在linux下是如何定義的,占幾個字節


>>> 此貼的回復 >> 我在AS3下是4個字節 #include int main() { char str[] = "hello"; wchar_t ws = L"hello"; printf("sizeof str is %d\nsizeof ws is %d\n",sizeof str,sizeof ws); return 0; } [root@data root]gcc test.c -o test [root@data root]./test sizeof str is 6 sizeof ws is 24


Copyright © Linux教程網 All Rights Reserved