flipperzero_sysFunction furi_string_vprintf
Source pub unsafe extern "C" fn furi_string_vprintf(
string: *mut FuriString,
format: *const c_char,
args: va_list,
) -> c_int
Expand description
Format in the string the given printf format
§Arguments
string - The FuriString instance
format - The format
args - The arguments
§Returns
number of characters printed or negative value on error