flipperzero_sys

Function furi_string_equal_str

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

Test if the string is equal to the C string.

§Arguments

  • string_1 - The string 1
  • cstring_2 - The cstring 2

§Returns

true if equal false otherwise