pub unsafe extern "C" fn furi_string_cmpi_str(
    string_1: *const FuriString,
    cstring_2: *const c_char
) -> c_int
Expand description

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.

Returns:

  • int

Arguments

  • string_1 -
  • cstring_2 -