siequ¶ Category: string GitHub: cute_string.h Returns true if the two strings are equivalent, ignoring case, false otherwise. #define siequ(a, b) cf_string_iequ(a, b) Parameters Description a The first string. b The second string. Related Pages¶ sdyna scmp sicmp sequ