Skip to content

scmp

Category: string
GitHub: cute_string.h


Compares two strings.

#define scmp(a, b) cf_string_cmp(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
siequ
sicmp
sequ