Synopsis
void nb_push_integer(nb_int_t i);
Description

Push the integer value i onto the expression stack.

Note

There is no check for stack overflow: use nb_check_stack beforehand.