📄 variables.c
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -