Function flipperzero_sys::stream_delete_and_insert_char
source · [−]pub unsafe extern "C" fn stream_delete_and_insert_char(
stream: *mut Stream,
delete_size: usize,
c: c_char
) -> boolExpand description
Delete N chars from the stream and insert char to the stream @param stream Stream instance @param delete_size size of data to be deleted @param c char value @return true if the operation was successful @return false on error