furi_string_start_with_str

Function furi_string_start_with_str 

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

Test if the string starts with the given C string.

§Arguments

  • string - The FuriString instance
  • start - The start

§Returns

true if string starts with