BCCSTACK.C
上传用户:hlzzc88
上传日期:2007-01-06
资源大小:220k
文件大小:0k
源码类别:

编译器/解释器

开发平台:

Others

  1. /*
  2.  * this is the only way to tell the linker we need a large stack size
  3.  * with the 16-bit borland package.  Note by the way that this is one
  4.  * of those constructs my compiler doesn't know how to handle...
  5.  */
  6. extern int _stklen= 20000;