Skip to main content

strcmp

Function strcmp 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn strcmp( s1: *const c_char, s2: *const c_char, ) -> c_int
Expand description