EDCS Reference Manual
Functions
EDCS CompareGroupCodes
extern int
EDCS_CompareGroupCodes
(
constEDCS_Group_Code *eg_code1_in_ptr, (notes)
constEDCS_Group_Code *eg_code2_in_ptr (notes)
);

Definition

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


Returns

-1 if *eg_code1_in_ptr < *eg_code2_in_ptr
0 if *eg_code1_in_ptr == *eg_code2_in_ptr
1 if *eg_code1_in_ptr > *eg_code2_in_ptr


Parameters Notes


eg_code1_in_ptr

 handle to 1st EDCS Group Code to be compared

eg_code2_in_ptr

 handle to 2nd EDCS Group Code to be compared


Prev: EDCS_CompareFloatIntervals. Next: EDCS_CompareIntegerIntervals. Up:Index.

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