svn_stringbuf_set

Function svn_stringbuf_set 

Source
pub unsafe extern "C" fn svn_stringbuf_set(
    str_: *mut svn_stringbuf_t,
    value: *const c_char,
)
Expand description

Set @a str to a copy of the null-terminated C string @a value.