?? scalar-by-value-3_main.c
字號:
/* Test passing scalars by value. This test includes _Complex types whose real and imaginary parts can be used in variable-length argument lists. */extern void scalar_by_value_3_x (void);extern void exit (int);int fails;intmain (){ scalar_by_value_3_x (); exit (0);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -