📄 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 + -