📄 bccstack.c
字号:
/*
* this is the only way to tell the linker we need a large stack size
* with the 16-bit borland package. Note by the way that this is one
* of those constructs my compiler doesn't know how to handle...
*/
extern int _stklen = 20000;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -