Function tinyrlibc::strtoimax

source ·
#[no_mangle]
pub unsafe extern "C" fn strtoimax(
    s: *const CChar,
    endptr: *mut *const CChar,
    base: CInt
) -> CIntMax
Expand description

Rust implementation of C library function strtoimax