Function flipperzero_sys::furi_string_equal_str
source · pub unsafe extern "C" fn furi_string_equal_str(
string_1: *const FuriString,
cstring_2: *const c_char
) -> boolExpand description
@brief Test if the string is equal to the C string. @param string_1 @param cstring_2 @return bool