mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
16 lines
232 B
C
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__ */
|