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.
pub unsafe extern "C" fn svn_stringbuf_appendcstr(
targetstr: *mut svn_stringbuf_t,
cstr: *const c_char,
)
Append the C string @a cstr onto @a targetstr.
Reallocs if necessary. @a targetstr is affected, nothing else is.