_strtol_l

Function _strtol_l 

Source
pub unsafe extern "C" fn _strtol_l(
    _Str: *const c_char,
    _EndPtr: *mut *mut c_char,
    _Radix: c_int,
    _Locale: _locale_t,
) -> c_long