Function flipperzero_sys::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