Turbo-C stack problem

John Gordon gordon at osiris.cso.uiuc.edu
Sat Jul 21 02:58:00 AEST 1990


	To change the stacklength, it is very easy:  just say

		_stklen = (num of bytes desired) in your program.

		example:  _stklen = 48000;

	NOTE: I think it is required to set it globally, not locally.
		Also, I did it in 2.0, not 1.5.


---
John Gordon
Internet: gordon at osiris.cso.uiuc.edu        #include <disclaimer.h>
          gordon at cerl.cecer.army.mil       #include <clever_saying.h>
GEnie:    j.gordon14                  



More information about the Comp.lang.c mailing list