?? emacs-compatible.h
字號:
struct token_data{ enum token_data_type type; union { struct { char *text; } u_t; struct { builtin_func *func; boolean traced; } u_f; } u;};foo (){ while (1) { foobar (); } do { ralph (); } while (nigel ()); switch (x) { case 33: break; case 49: printf ("foobar"); { int i; i = 23; f (i); } default: { int x; abort (); } ; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -