Skip to main content

lua_pushfstring_l

Function lua_pushfstring_l 

Source
pub unsafe fn lua_pushfstring_l(
    L: *mut lua_State,
    fmt: *const c_char,
    argp: Arguments<'_>,
) -> *const c_char