strcmp

Function strcmp 

Source
pub unsafe extern "C" fn strcmp(
    str1: *mut c_char,
    str2: *mut c_char,
) -> c_int