MSC: size_t stackavail( void )
- prototype in malloc.h - used to determine approximate memory available on the stack for allocation via alloca() - returns approximate memory available on the stack
- prototype in malloc.h - used to determine approximate memory available on the stack for allocation via alloca() - returns approximate memory available on the stack