svn_stringbuf_appendcstr

Function svn_stringbuf_appendcstr 

Source
pub unsafe extern "C" fn svn_stringbuf_appendcstr(
    targetstr: *mut svn_stringbuf_t,
    cstr: *const c_char,
)
Expand description

Append the C string @a cstr onto @a targetstr.

Reallocs if necessary. @a targetstr is affected, nothing else is.