[][src]Function tinyrlibc::strncmp

#[no_mangle]
pub unsafe extern "C" fn strncmp(
    s1: *const CChar,
    s2: *const CChar,
    n: usize
) -> CInt

Rust implementation of C library function strncmp. Passing NULL (core::ptr::null()) gives undefined behaviour.