mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.12.2.2
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
|
||||
|
||||
/* what byte order are we? */
|
||||
#define BIG_ENDIAN 4321
|
||||
#define LITTLE_ENDIAN 1234
|
||||
#define CALC_BYTE_ORDER LITTLE_ENDIAN
|
||||
#include <endian.h>
|
||||
#define CALC_BYTE_ORDER BYTE_ORDER
|
||||
|
||||
|
||||
#endif /* !__ENDIAN_CALC_H__ */
|
||||
|
Reference in New Issue
Block a user