Skip to main content

bcmp

Function bcmp 

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