flipperzero_sys

Function furi_thread_stdout_write

Source
pub unsafe extern "C" fn furi_thread_stdout_write(
    data: *const c_char,
    size: usize,
) -> usize
Expand description

Write data to buffered standard output.

§Arguments

  • data (direction in) - pointer to the data to be written
  • size (direction in) - data size in bytes

§Returns

number of bytes that was actually written