variables.c

来自「Keil uV2 used the old version of keil n」· C语言 代码 · 共 9 行

C
9
字号
/*
 * in a single C source file it is not possible to define more than
 * 64KB far or far const variables.  Therefore we have split the
 * definition into a 2nd file.
 */ 

       unsigned char far large_array1[0x8000];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?