Function evil_janet::janet_scan_number_base

source ·
pub unsafe extern "C-unwind" fn janet_scan_number_base(
    str_: *const u8,
    len: i32,
    base: i32,
    out: *mut f64
) -> c_int