SRM Reference Manual
Types
SRM_Boolean
/*! * ENUM: SRM_Boolean * * This data type specifies FALSE and TRUE values. */
typedef enum
{
SRM_FALSE = 0,
SRM_TRUE = 1
} SRM_Boolean;
Prev:
SRM_Axis_Direction
.
Next:
SRM_CD_3D_Coordinate
.
Return to:
Top of this Page
,
Type Index
Last updated: July 26, 2006
Copyright © 2006
SEDRIS