msp                15 binary.c       int msp = 0;
msp                58 binary.c         if (msp < MAXSTACK) {
msp                59 binary.c           mstck[msp++] = val;
msp                70 binary.c         if (msp > 0) {
msp                71 binary.c           return mstck[--msp];