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