pub unsafe extern "C" fn svn_cmdline_fflush(
stream: *mut FILE,
) -> *mut svn_error_tExpand description
Flush output buffers of the stdio @a stream, returning an error if that fails. This is just a wrapper for the standard fflush() function for consistent error handling.
@since New in 1.1.