?? struct-return-21_main.c
字號(hào):
/* Test function return values. This was written when correcting a deviation from the ABI on SPARC64 between 3.3 and 3.4. */extern void struct_return_21_x (void);extern void exit (int);int fails;intmain (){ struct_return_21_x (); exit (0);}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -