xila_string_compare

Function xila_string_compare 

Source
pub unsafe extern "C" fn xila_string_compare(
    str1: *const c_char,
    str2: *const c_char,
) -> c_int
Expand description

Compare two null-terminated strings

ยงSafety

This function is unsafe because it dereferences raw pointers.