Skip to content

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.

sdyna
scmp
sicmp
sequ