Function yaslapi_sys::YASL_pushint

source ·
pub unsafe extern "C" fn YASL_pushint(S: *mut YASL_State, value: i64)
Expand description

[-0, +1] Pushes an integer value onto the stack. @param S the YASL_State onto which to push the integer. @param integer to be pushed onto the stack.