Function libspa_sys::spa_strneq
source · pub unsafe extern "C" fn spa_strneq(
s1: *const c_char,
s2: *const c_char,
len: usize
) -> 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.