pub unsafe extern "C" fn svn_cmdline_fputs(
string: *const c_char,
stream: *mut FILE,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand 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.