svn_string_first_non_whitespace

Function svn_string_first_non_whitespace 

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

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