EDCS Reference Manual
Functions EDCS CompareCharacters |
---|
extern int | ||||
EDCS_CompareCharacters | ||||
( | ||||
const | EDCS_Character | * | a_ptr, | (notes) |
const | EDCS_Character | * | b_ptr | (notes) |
); |
Compares 2 EDCS_Characters, on the assumption that they are defined by the same EDCS_Locale. This function's signature is compatible with qsort.
-1 | if *a_ptr < *b_ptr |
0 | if *a_ptr == *b_ptr |
1 | if *a_ptr > *b_ptr |
handle to 1st EDCS_Character to be compared
handle to 2nd EDCS_Character to be compared
Prev: EDCS_CloneString.
Next: EDCS_CompareCountIntervals.
Up:Index.
|