
| Current Path : /usr/include/leptonica/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/include/leptonica/endianness.h |
#if !defined (L_BIG_ENDIAN) && !defined (L_LITTLE_ENDIAN) # if 0 # ifdef __BIG_ENDIAN__ # define L_BIG_ENDIAN # else # define L_LITTLE_ENDIAN # endif # else # define L_LITTLE_ENDIAN # endif #endif