pub unsafe extern "C" fn svn_stream_puts(
stream: *mut svn_stream_t,
str_: *const c_char,
) -> *mut svn_error_tExpand description
Write NULL-terminated string @a str to @a stream.
@since New in 1.8.
pub unsafe extern "C" fn svn_stream_puts(
stream: *mut svn_stream_t,
str_: *const c_char,
) -> *mut svn_error_tWrite NULL-terminated string @a str to @a stream.
@since New in 1.8.