text.h
来自「keil7.02.rar」· C头文件 代码 · 共 12 行
H
12 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?