?? 930126-1.c
字號(hào):
struct s { unsigned long long a:8, b:32;};struct sf(struct s x){ x.b = 0xcdef1234; return x;}main(){ static struct s i; i.a = 12; i = f(i); if (i.a != 12 || i.b != 0xcdef1234) abort(); exit(0);}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -