home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
gnu
/
gawk213s
/
stack.c
< prev
next >
Wrap
Text File
|
1993-07-29
|
248b
|
7 lines
/*
* This value indicates an amount of reserved memory for a stack
* in executables - see source of a startup code for details.
* It can be changed without recompilation with fixstk.ttp utility.
*/
long _stksize = 2L; /* keep half of memory */