svn_stringbuf_chop

Function svn_stringbuf_chop 

Source
pub unsafe extern "C" fn svn_stringbuf_chop(
    str_: *mut svn_stringbuf_t,
    nbytes: apr_size_t,
)
Expand description

Chop @a nbytes bytes off end of @a str, but not more than @a str->len.