delorie.com/djgpp/doc/libc/libc_748.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
extern int _stklen; |
This variable sets the minimum stack length that the program requires. Note that the stack may be much larger than this. This value should be set statically, as it is only used at startup.
ANSI/ISO C | No |
POSIX | No |
int _stklen = 256000; |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |