1 #define ENDIANNESS_DEBUG
2 #include "endianness.h"
13 # error "unknown endianness"
16 puts("this program was compiled for " STR
" endian");
19 puts("yes, the endianness is little!");
20 } else if(ENDIANNESS_BE
) {
21 puts("yes, the endianness is BIG!");
23 puts("this code will never be reached!");