INT8 Type
Declaration
typedef signed char INT8;
Description

The INT8 type is an architecture-independent data type used to represent an 8-bit signed integer. It ensures consistent data width for variables across different hardware platforms.

Version:1.0
Header file:AR_Types.h (include AR_API.h)
See also: INT16, INT32, INT64, LONG, UINT8, UINT16, UINT32, UINT64, ULONG
SpaceShadow documentation