?? runtest2.c
字號:
/* Second C source file for actual execution test. */int k;extern int i;extern int j;extern char small_buf[];extern char *small_pointer;extern int chkstr ();intbar (n) int n;{ int r; if (i != 1 || j != 0 || ! chkstr (small_buf, 4) || ! chkstr (small_pointer, 4)) return k + 1; r = k; k = n; return r;}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -