cjeffery@cs.arizona.edu (Clinton Jeffery) (03/16/90)
I have an application that requires a stack of 20000 or so bytes. How can I specify this directly in the C code, instead of typing "stack 20000" at the command line before running the program? Under Lattice C, there is (probably) something called _STACK which allows one to specify the stack size to use. Is it similarly easy to do under Aztec C? I have searched the Aztec manuals to no avail. (There is a mention of _stack used to specify stack size of terminate- stay-resident programs, but nothing regarding normal application stacks.) Thanks for any and all answers, -- | Clint Jeffery, U. of Arizona Dept. of Computer Science | cjeffery@cs.arizona.edu -or- {noao allegra}!arizona!cjeffery --