home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / stdwin / H / endian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-21  |  139 b   |  7 lines  |  [TEXT/CWIE]

  1. /* Definitions for byte order. */
  2.  
  3. #define LIL_ENDIAN    1234        /* VAX style */
  4. #define BIG_ENDIAN    4321        /* 68000 style */
  5.  
  6. extern int endian;
  7.