Returns a pointer to the calling thread's current stack.
#include <stdlib.h> void *stackbase ( void );
Returns a pointer to the starting position of the calling thread's stack.
The stackbase function returns the starting point of the thread's stack. On Intel type processors, the stack grows numerically downward from this address rather than upward.