flipperzero_sysFunction stream_write_char
Source pub unsafe extern "C" fn stream_write_char(
stream: *mut Stream,
c: c_char,
) -> usize
Expand description
Write char to the stream
§Arguments
stream - Stream instance
c - char value
§Returns
size_t how many bytes was written