EDCS Reference Manual
Functions
EDCS CompareCharacters
extern int
EDCS_CompareCharacters
(
const EDCS_Character  *a_ptr,1
const EDCS_Character  *b_ptr2
);

Definition

Compares two EDCS_Characters, on the assumption that they are defined by the same EDCS_Locale. This function's signature is compatible with qsort.


Returns

-1 if *a_ptr < *b_ptr
0 if *a_ptr == *b_ptr
1 if *a_ptr > *b_ptr

Parameters Notes

1 handle to 1st EDCS_Character to be compared

2 handle to 2nd EDCS_Character to be compared


Prev: EDCS_CompareAttributeValues. Next: EDCS_CompareCountIntervals. Up:Index.