furi_string_printf

Function furi_string_printf 

Source
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

§Arguments

  • string - The string
  • format - The format
  • ... (direction in) - The args

§Returns

number of characters printed or negative value on error