C-Extensions / C API functions |
Compares two strings.
mint stcmpr(char *s1, char *s2);
Code | Description |
---|---|
0 | The two strings are identical. |
<0 | The first string is less than the second string. |
>0 | The first string is greater than the second string. |