Initial revision
[LeanCalc.git] / calc / calc / endian_calc.h
1 /*
2  * DO NOT EDIT -- generated by the Makefile
3  */
4
5
6 #if !defined(__ENDIAN_CALC_H__)
7 #define __ENDIAN_CALC_H__
8
9
10 /* what byte order are we? */
11 #include <machine/endian.h>
12 #define CALC_BYTE_ORDER BYTE_ORDER
13
14
15 #endif /* !__ENDIAN_CALC_H__ */