Files
bash/CWRU/posix-parser/endian.h
T
2011-12-03 12:52:47 -05:00

10 lines
305 B
C

/* endian.h - Define BIG or LITTLE endian. */
/* This file was automatically created by `endian.aux'. You shouldn't
edit this file, because your changes will be overwritten. Instead,
edit the source code file `endian.c'. */
#if !defined (BIG_ENDIAN)
# define BIG_ENDIAN
#endif /* BIG_ENDIAN */