Function tinyrlibc::strcmp

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

Rust implementation of C library function strcmp