pub unsafe extern "C" fn furi_string_printf(
    string: *mut FuriString,
    format: *const c_char
    ...
) -> c_int
Expand description

Format in the string the given printf format

Returns:

  • int

Arguments

  • string -
  • format -
  • ... -