awStrcmpUC
int awStrcmpUC(
charUC *st1,
charUC *st2);
st1 | The string to be compared to st2. |
st2 | The string to be compared to st1. |
Compares the Unicode strings st1 and st2 and returns one of the following values:
-1 is returned if
st1 is less than
st2.
0 is returned if
st1 is equal to
st2.
1 is returned if
st1 is greater than
st2.