Function strcmp

Source
pub unsafe extern "C" fn strcmp(
    l: *const c_char,
    r: *const c_char,
) -> c_int