跳到主要内容

strnicmp

搜索

函数 strnicmp 

源代码
pub unsafe extern "C" fn strnicmp(
    _String1: *const c_char,
    _String2: *const c_char,
    _MaxCount: usize,
) -> c_int