Function tinyrlibc::strtoull

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

Rust implementation of C library function strtoull