flipperzero_sysFunction stream_insert_char
Source pub unsafe extern "C" fn stream_insert_char(
stream: *mut Stream,
c: c_char,
) -> bool
Expand description
Insert char to the stream
§Arguments
stream - Stream instance
c - char value
§Returns
true if the operation was successful
false on error