SRM Reference Manual
Types
SRM_Boolean
/*! * ENUM: SRM_Boolean * * SRM API definition of boolean. */
typedef
enum
{
SRM_FALSE
= 0,
SRM_TRUE
= 1
} SRM_Boolean;
Prev:
SRM_AZ_2D_Coordinate
.
Next:
SRM_Byte
.
Return to:
Top of this Page
,
Type Index
Last updated: July 16, 2004
Copyright © 2004
SEDRIS