flipperzero_sys

Function furi_string_cmp

Source
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.

§Arguments

  • string_1 - The string 1
  • string_2 - The string 2

§Returns

zero if equal