?? text.h
字號:
/*
* this is a header file that defines all the text strings
*/
#define NO_LANG 7 // we are using 7 languages in this example
extern char * const far text0 []; // text string 0, pointers are in const far
extern char * const far text1 []; // text string 1, pointers are in const far
extern char * code text2 []; // text string 2, pointers are in common
extern char * code text3 []; // text string 3, pointers are in common
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -