Function flipperzero_sys::stream_write_char
source · pub unsafe extern "C" fn stream_write_char(
stream: *mut Stream,
c: c_char
) -> usizeExpand description
Write char to the stream
Returns:
- size_t how many bytes was written
Arguments
stream- Stream instancec- char value