INLINE Modifier

The INLINE modifier is an architecture-dependent macro used to declare inline functions. While the standard inline keyword is intrinsic to C++, many C compilers offer analogous extensions (such as __inline) to replicate this behavior. If the target compiler does not support inlining, this macro is defined as empty.

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