?? 20000605-3.c
字號:
struct F { int x; int y; };int main(){ int timeout = 0; int x = 0; while (1) { const struct F i = { x++, }; if (i.x > 0) break; if (++timeout > 5) goto die; } return 0; die: abort ();}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -