Skip to main content

memcmp

Function memcmp 

Source
unsafe extern "C" fn memcmp(
    s1: *const c_void,
    s2: *const c_void,
    n: usize,
) -> c_int