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

Compare string with C string and return the sort order.

Returns:

  • int

Arguments

  • string_1 -
  • cstring_2 -