Function artichoke_backend::sys::mrb_int_to_cstr

source ·
pub unsafe extern "C" fn mrb_int_to_cstr(
    buf: *mut c_char,
    len: usize,
    n: mrb_int,
    base: mrb_int
) -> *mut c_char