Files
calc/win32/endian_calc.h
2017-05-21 15:38:51 -07:00

16 lines
232 B
C

/*
* DO NOT EDIT -- generated by the Makefile
*/
#if !defined(__ENDIAN_CALC_H__)
#define __ENDIAN_CALC_H__
/* what byte order are we? */
#include <endian.h>
#define CALC_BYTE_ORDER BYTE_ORDER
#endif /* !__ENDIAN_CALC_H__ */