ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
brg_endian.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IS_BIG_ENDIAN   4321 /* byte 0 is most significant (mc68k) */
 
#define IS_LITTLE_ENDIAN   1234 /* byte 0 is least significant (i386) */
 
#define PLATFORM_MUST_ALIGN   (0)
 

Macro Definition Documentation

#define IS_BIG_ENDIAN   4321 /* byte 0 is most significant (mc68k) */

Definition at line 36 of file brg_endian.h.

#define IS_LITTLE_ENDIAN   1234 /* byte 0 is least significant (i386) */

Definition at line 37 of file brg_endian.h.

#define PLATFORM_MUST_ALIGN   (0)

Definition at line 145 of file brg_endian.h.