Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Devices /
Chapter 4 - SCSI Manager 4.3 / SCSI Manager 4.3 Reference
Data Structures


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;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996