Function flipperzero_sys::furi_string_alloc_printf
source · pub unsafe extern "C" fn furi_string_alloc_printf(
format: *const c_char,
...
) -> *mut FuriStringExpand description
Allocate new FuriString and printf to it. Initialize and set a string to the given formatted value.
Returns:
- FuriString*
Arguments
format-...-