AR_LENDIAN_CPU Definition

This architecture-dependent constant defines the byte ordering (endianness) of the target processor. It is utilized by the Standard Library to configure the appropriate macros for byte order conversion. A value of 1 indicates that the processor operates in Little Endian mode; otherwise, it indicates Big Endian mode.

Version:1.0
Header file:AR_API.h
See also: byte ordering, standard library
SpaceShadow documentation