furi_string_end_with_str

Function furi_string_end_with_str 

Source
pub unsafe extern "C" fn furi_string_end_with_str(
    string: *const FuriString,
    end: *const c_char,
) -> bool
Expand description

Test if the string ends with the given C string.

§Arguments

  • string - The FuriString instance
  • end - The end

§Returns

true if string ends with