27
27
/****************************************************************************
28
28
Check stack size; Send error if there isn't enough stack to continue
29
29
****************************************************************************/
31
31
#define used_stack(A,B) (long) (A - B)
33
33
#define used_stack(A,B) (long) (B - A)