mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
17 lines
266 B
C
17 lines
266 B
C
/*
|
|
* DO NOT EDIT -- generated by the Makefile
|
|
*/
|
|
|
|
|
|
#if !defined(__ENDIAN_CALC_H__)
|
|
#define __ENDIAN_CALC_H__
|
|
|
|
|
|
/* what byte order are we? */
|
|
#define BIG_ENDIAN 4321
|
|
#define LITTLE_ENDIAN 1234
|
|
#define CALC_BYTE_ORDER LITTLE_ENDIAN
|
|
|
|
|
|
#endif /* !__ENDIAN_CALC_H__ */
|