pub unsafe extern "C" fn svn_stringbuf_find_char_backward(
str_: *const svn_stringbuf_t,
ch: c_char,
) -> apr_size_t
Expand description
Return position of last occurrence of @a ch in @a str, or return @a str->len if no occurrence.
pub unsafe extern "C" fn svn_stringbuf_find_char_backward(
str_: *const svn_stringbuf_t,
ch: c_char,
) -> apr_size_t
Return position of last occurrence of @a ch in @a str, or return @a str->len if no occurrence.