Leptonica  1.82.0
Image processing and image analysis suite
endianness.h
1 #if !defined (L_BIG_ENDIAN) && !defined (L_LITTLE_ENDIAN)
2 # if 0
3 # ifdef __BIG_ENDIAN__
4 # define L_BIG_ENDIAN
5 # else
6 # define L_LITTLE_ENDIAN
7 # endif
8 # else
9 # define L_LITTLE_ENDIAN
10 # endif
11 #endif