byte_order.h

Go to the documentation of this file.
00001 #if defined(mc68020) || defined(mc68000) || defined(sparc)
00002 #define BYTES_REVERSED 1
00003 #define WORDS_REVERSED 1
00004 #define CHAR_UNSIGNED 0
00005 #else
00006 #define BYTES_REVERSED 0
00007 #define WORDS_REVERSED 0
00008 #define CHAR_UNSIGNED 0
00009 #endif

Generated on Fri Apr 14 22:56:37 2006 for minix by  doxygen 1.4.6