Function libspa_sys::spa_streq
source · pub unsafe extern "C" fn spa_streq(
s1: *const c_char,
s2: *const c_char
) -> bool
Expand description
\return true if the two strings are equal, false otherwise
If both \a a and \a b are NULL, the two are considered equal.