svn_stringbuf_createf

Function svn_stringbuf_createf 

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

Create a new stringbuf by printf-style formatting using @a fmt and the variable arguments, which are as appropriate for apr_psprintf().