_stackavail() for QNX 6

Is there a function like the QNX4 function _stackavail(), for QNX6?

Bill Caroselli <qtps@earthlink.net> wrote:

Is there a function like the QNX4 function _stackavail(), for QNX6?

__stackavail() defined in <alloca.h>

-seanb

Sean Boudreau <seanb@node25.ott.qnx.com> wrote:
SB > Bill Caroselli <qtps@earthlink.net> wrote:

Is there a function like the QNX4 function _stackavail(), for QNX6?

SB > __stackavail() defined in <alloca.h>

SB > -seanb

Thanks. I couldn’t find it using the helpviewer.
But that worked.