svn_stringbuf_create

Function svn_stringbuf_create 

Source
pub unsafe extern "C" fn svn_stringbuf_create(
    cstring: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_stringbuf_t
Expand description

Create a new stringbuf copied from the null-terminated C string @a cstring.