Function flipper0::ffi::stream_eof

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

Indicates that the rw pointer is at the end of the stream @param stream Stream instance @return true if rw pointer is at the end of the stream @return false if rw pointer is not at the end of the stream