Function tinyrlibc::strncasecmp

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

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