EDCS Reference Manual
Types
EDCS_Integer_Interval
/*
 * STRUCT: EDCS_Integer_Interval
 *
 *   This data type is used to represent an integer-based interval
 *   within the EDCS_Integer_Value structure.
 */
typedef struct
{

EDCS_Integer lower_bound;
EDCS_Integer upper_bound;
} EDCS_Integer_Interval;



Prev: EDCS_Integer. Next: EDCS_Integer_Value.


Return to: Top of this Page, Type Index