bccstack.c
来自「一个c compiler的source code」· C语言 代码 · 共 6 行
C
6 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?