rustmax::libc

Function strtol

Source
pub unsafe extern "C" fn strtol(
    s: *const i8,
    endp: *mut *mut i8,
    base: i32,
) -> i64