flipperzero_sys

Function stream_insert_format

Source
pub unsafe extern "C" fn stream_insert_format(
    stream: *mut Stream,
    format: *const c_char,
    ...
) -> bool
Expand description

Insert formatted string to the stream

§Arguments

  • stream - Stream instance
  • format -
  • ... -

§Returns

true if the operation was successful false on error