Function flipperzero_sys::stream_insert_char
source · pub unsafe extern "C" fn stream_insert_char(
stream: *mut Stream,
c: c_char
) -> boolExpand description
Insert char to the stream
Returns:
- true if the operation was successful
- false on error
Arguments
stream- Stream instancec- char value