跳到主要内容

memicmp

搜索

函数 memicmp 

源代码
pub unsafe extern "C" fn memicmp(
    _Buf1: *const c_void,
    _Buf2: *const c_void,
    _Size: usize,
) -> c_int