Skip to main content

svn_cmdline_fputs

Function svn_cmdline_fputs 

Source
pub unsafe extern "C" fn svn_cmdline_fputs(
    string: *const c_char,
    stream: *mut FILE,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Output the @a string to the stdio @a stream, converting from UTF-8 to the output encoding. Use @a pool for temporary allocation.

@since New in 1.1.