Skip to main content

lua_pushinteger

Function lua_pushinteger 

Source
pub unsafe extern "C-unwind" fn lua_pushinteger(
    state: *mut _LuaState,
    n: LuaInteger,
)
Expand description

Pushes an integer with value n onto the stack.