pub unsafe extern "C" fn svn_stringbuf_appendfill(
targetstr: *mut svn_stringbuf_t,
byte: c_char,
count: apr_size_t,
)
Expand description
Append @a byte @a count times onto @a targetstr.
Reallocs if necessary. @a targetstr is affected, nothing else is. @since New in 1.9.