svn_stringbuf_first_non_whitespace

Function svn_stringbuf_first_non_whitespace 

Source
pub unsafe extern "C" fn svn_stringbuf_first_non_whitespace(
    str_: *const svn_stringbuf_t,
) -> apr_size_t
Expand description

Return offset of first non-whitespace character in @a str, or return @a str->len if none.