File: bwb_tcc.c

package info (click to toggle)
bwbasic 2.20pl2-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 1,196 kB
  • ctags: 1,251
  • sloc: ansic: 20,987; makefile: 115
file content (4 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (12)
1
2
3
4
/* This is for Borland Turbo C++ only: it requests the linker to
   establish a larger-than-usual stack of 8192 bytes for bwBASIC */

extern unsigned _stklen = 8192U;