pub unsafe extern "C" fn furi_string_cmp(
    string_1: *const FuriString,
    string_2: *const FuriString
) -> c_int
Expand description

Compare two strings and return the sort order.

Returns:

  • int

Arguments

  • string_1 -
  • string_2 -