跳到主要内容

memcmp

搜索

函数 memcmp 

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