pub unsafe extern "C" fn svn_stringbuf_isempty(
str_: *const svn_stringbuf_t,
) -> svn_boolean_t
Expand description
Return @c TRUE if @a str is empty (has length zero).
pub unsafe extern "C" fn svn_stringbuf_isempty(
str_: *const svn_stringbuf_t,
) -> svn_boolean_t
Return @c TRUE if @a str is empty (has length zero).