home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / zc.lzh / ZC / ZCSRC.LZH / IOLib / misc / stksiz.c < prev    next >
Encoding:
Text File  |  1988-11-09  |  99 b   |  6 lines

  1. /*
  2.  *    Default _STKSIZ variable declaration
  3.  */
  4.  
  5. unsigned long _STKSIZ = 4096;        /* 4K stack+heap */
  6.