Compares 2 EDCS Classification Codes (ECCs); the function is not case-
sensitive. This function's signature is compatible with qsort.
0 if *a_ptr == *b_ptr
1 if *a_ptr > *b_ptr
| extern int | ||||
| EDCS_CompareCCs | ||||
| ( | ||||
| const | EDCS_CC_ID | * | a_ptr, | (notes) |
| const | EDCS_CC_ID | * | b_ptr | (notes) |
| ); | ||||
pointer to 1st EDCS Classification Code (ECC) to be compared
pointer to 2nd EDCS Classification Code (ECC) to be compared