pub unsafe extern "C" fn svn_stringbuf_appendbyte(
targetstr: *mut svn_stringbuf_t,
byte: c_char,
)
Expand description
Append the single character @a byte onto @a targetstr.
This is an optimized version of svn_stringbuf_appendbytes() that is much faster to call and execute. Gains vary with the ABI. The advantages extend beyond the actual call because the reduced register pressure allows for more optimization within the caller.
Reallocs if necessary. @a targetstr is affected, nothing else is. @since New in 1.7.