lua_pushstring

Function lua_pushstring 

Source
pub unsafe extern "C-unwind" fn lua_pushstring(
    L: *mut lua_State,
    s: *const c_char,
)
Expand description

Pushes a string onto the top of the stack.