push_shortint Function (tigcc.a)

AMS 1.01 or higher estack.h

void push_shortint (short value);

Pushes a short integer to the expression stack.

push_shortint pushes the short integer value value to the expression stack.

Note: push_shortint is not a TIOS entry; it is implemented "by hand" using push_quantum. This means that either push_shortint or push_longint should be used in a program, but using both is usually not desirable.


Uses: push_quantum


See also: push_longint, push_longlongint