Adjusting the stack length in TC 2.0

John Gordon gordon at osiris.cso.uiuc.edu
Sun Oct 21 07:10:18 AEST 1990


	You are on the right track with _stklen.  Globally, set it equal to
the desired stack size (in bytes).

	example:
			unsigned _stklen = 64000U;  /* for 64K stack */



More information about the Comp.lang.c mailing list