blob: c57880da74155782c2a70d218602822c58e73310 (
plain)
1
2
3
4
5
6
|
/*
* 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 */
|