The SEDRIS Data Representation Model
APPENDIX D - Functions SE CompareCharacters |
---|
extern int | ||||
SE_CompareCharacters | ||||
( | ||||
const | SE_Character | * | a_ptr, | (notes) |
const | SE_Character | * | b_ptr | (notes) |
); |
Compares 2 SE_Characters, on the assumption that they are defined by the same SE_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 SE_Character to be compared
handle to 2nd SE_Character to be compared
Prev: SE_CompareAttributeValues.
Next: SE_CompareCountIntervalValues.
Up:Index.
|