Important: The information in this document is obsolete and should not be used for new development.
Simple Data Types
SCSI Manager 4.3 uses these simple data types:
typedef char SInt8; typedef short SInt16; typedef long SInt32; typedef unsigned charUInt8; typedef unsigned shortUInt16; typedef unsigned longUInt32;