Function libc::unix::strtoull

source ·
pub unsafe extern "C" fn strtoull(
    s: *const c_char,
    endp: *mut *mut c_char,
    base: c_int
) -> c_ulonglong