Function flipperzero_sys::furi_string_cat_printf
source · pub unsafe extern "C" fn furi_string_cat_printf(
string: *mut FuriString,
format: *const c_char
...
) -> c_intExpand description
Append to the string the formatted string of the given printf format.
Returns:
- int
Arguments
string-format-...-