Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

strtoll

Function strtoll 

Source
pub unsafe extern "C" fn strtoll(
    s: *const c_char,
    endp: *mut *mut c_char,
    base: c_int,
) -> c_longlong