thr_min_stack
extern size_t thr_min_stack(void);
#define THR_MIN_STACK thr_min_stack()
return ((long)thr_min_stack());
minstack = thr_min_stack();