Function esp32_hal::mem::bcmp[][src]

#[no_mangle]
pub unsafe extern "C" fn bcmp(
    s1: *const u8,
    s2: *const u8,
    n: usize
) -> i32
Expand description

Compare n-bytes of data from s1 and s2 and returns 0 for s1==s2 and !=0 otherwise