![]() |
push_longint | Function (tigcc.a) |
AMS 1.01 or higher | estack.h |
void push_longint (long value); |
Pushes a long integer to the expression stack.
push_longint pushes the long integer value value to the expression stack.
Note: push_longint 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.