sicmp¶
Category: string
GitHub: cute_string.h
Compares two strings, ignoring case.
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].