pub unsafe extern "C" fn svn_cstring_casecmp(
str1: *const c_char,
str2: *const c_char,
) -> c_int
Expand description
Compare two strings @a atr1 and @a atr2, treating case-equivalent unaccented Latin (ASCII subset) letters as equal.
Returns in integer greater than, equal to, or less than 0, according to whether @a str1 is considered greater than, equal to, or less than @a str2.
@since New in 1.5.