stream_write_format

Function stream_write_format 

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

Write formatted string to the stream

§Arguments

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

§Returns

size_t how many bytes was written