NEAR Modifier

The NEAR modifier is an architecture-dependent macro used to explicitly declare pointers that utilize near addressing (referencing memory within the default data segment). Depending on the target platform's memory model, this macro expands to a compiler-specific keyword (such as __near) or is defined as empty if distinct pointer types are not required.

Version:1.0
Header file:AR_Types.h (include AR_API.h)
See also: CALLBACK, FAR, INLINE
SpaceShadow documentation