Skip to main content

svn_cmdline_fflush

Function svn_cmdline_fflush 

Source
pub unsafe extern "C" fn svn_cmdline_fflush(
    stream: *mut FILE,
) -> *mut svn_error_t
Expand 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.