Function flipperzero_sys::buffered_file_stream_sync
source · pub unsafe extern "C" fn buffered_file_stream_sync(
stream: *mut Stream
) -> boolExpand description
Forces write from cache to the underlying file.
Returns:
- True on success, False on failure.
Arguments
stream- pointer to file stream object.