Function flipper0::ffi::stream_read_line

source ·
pub unsafe extern "C" fn stream_read_line(
    stream: *mut Stream,
    str_result: *mut FuriString
) -> bool
Expand description

Read line from a stream (supports LF and CRLF line endings) @param stream @param str_result @return true if line lenght is not zero @return false otherwise