lua_getglobal

Function lua_getglobal 

Source
pub unsafe extern "C" fn lua_getglobal(
    L: *mut lua_State,
    var: *const i8,
)