STKDEPTH
return (STKDEPTH(stack));
int nFree = stack->size - STKDEPTH(stack);
if (popCells > STKDEPTH(stack))