跳到主要内容

strcmp

搜索

函数 strcmp 

源代码
pub unsafe extern "C" fn strcmp(
    _Str1: *const c_char,
    _Str2: *const c_char,
) -> c_int