EDCS Reference Manual
Functions
EDCS CompareEnumerantCodes
extern int
EDCS_CompareEnumerantCodes
(
constEDCS_Enumerant_Code *ee_code1_in_ptr, (notes)
constEDCS_Enumerant_Code *ee_code2_in_ptr (notes)
);

Definition

Compares 2 EDCS Enumerant Codes. This function's signature is compatible with qsort.


Returns

-1 if *ee_code1_in_ptr < *ee_code2_in_ptr
0 if *ee_code1_in_ptr == *ee_code2_in_ptr
1 if *ee_code1_in_ptr > *ee_code2_in_ptr


Parameters Notes


ee_code1_in_ptr

 handle to 1st EDCS Enumerant Code to be compared

ee_code2_in_ptr

 handle to 2nd EDCS Enumerant Code to be compared


Prev: EDCS_CompareClassificationCodes. Next: EDCS_CompareFloatIntervals. Up:Index.

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™