Function flipperzero_sys::furi_string_cat_str
source · [−]pub unsafe extern "C" fn furi_string_cat_str(
string_1: *mut FuriString,
cstring_2: *const c_char
)Expand description
@brief Append a C string to the string. Concatenate the string with the C string. @param string_1 @param cstring_2