Function lua_rs::ffi::lua::lua_pushinteger

source ·
pub unsafe extern "C" fn lua_pushinteger(
    l: *mut lua_State,
    n: lua_Integer
)