跳到主要内容

strtol

搜索

函数 strtol 

源代码
pub unsafe extern "C" fn strtol(
    _String: *const c_char,
    _EndPtr: *mut *mut c_char,
    _Radix: c_int,
) -> c_long