Function tinyrlibc::strtoll

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

Rust implementation of C library function strtoll