repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: makefile
[GalaxyCodeBases.git]
/
c_cpp
/
etc
/
calc
/
win32
/
endian_calc.h
blob
f10c4ed10c094a4ca83135f8b692ff3ccab526f9
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 <endian.h>
12
#define CALC_BYTE_ORDER BYTE_ORDER
13
14
15
#endif
/* !__ENDIAN_CALC_H__ */