跳到主要内容

strtoumax

搜索

函数 strtoumax 

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