www.delorie.com/djgpp/doc/libc-2.01/libc_596.html   search  
Go to the first, previous, next, last section, table of contents.


_stklen

Syntax

extern int _stklen;

Description

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.

Example

int _stklen = 256000;


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997