Skip to content

sicmp

Category: string
GitHub: cute_string.h


Compares two strings, ignoring case.

#define sicmp(a, b) cf_string_icmp(a, b)
Parameters Description
a The first string.
b The second string.

Remarks

Returns 0 if the two strings are equivalent. Otherwise returns 1 if a[i] > b[i], or -1 if a[i] < b[i].

sdyna
scmp
siequ
sequ