Function yaslapi_sys::YASL_pushbool

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

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