INT64 Type
Declaration
typedef signed long long INT64;
Description

The INT64 type is an architecture-independent data type designed to represent a 64-bit signed integer. This type is conditionally defined and is available only when 64-bit support is explicitly enabled by setting the AR_USE_64_BIT configuration constant to 1.

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