Function flipperzero_sys::furi_string_cmpi_str
source · [−]pub unsafe extern "C" fn furi_string_cmpi_str(
string_1: *const FuriString,
cstring_2: *const c_char
) -> c_intExpand description
@brief Compare string with C string (case insensitive according to the current locale) and return the sort order. Note: doesn’t work with UTF-8 strings. @param string_1 @param cstring_2 @return int