Skip to main content

lua_numbertocstring

Function lua_numbertocstring 

Source
pub unsafe extern "C-unwind" fn lua_numbertocstring(
    L: *mut lua_State,
    idx: c_int,
    buff: *mut c_char,
) -> c_uint
Available on crate feature lua55 only.