![]() |
push_long_to_integer | Function (ROM Call 0x4E3) |
AMS 2.00 or higher | estack.h |
void push_long_to_integer (long value); |
Pushes a signed long integer to the expression stack.
push_long_to_integer pushes the long integer value value to the expression stack. It is the same as push_longint, except that it is implemented in the operating system instead of by TIGCC.