Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1 |
cycrow |
1 |
#ifndef INDIAN_INCLUDED
|
|
|
2 |
#define INDIAN_INCLUDED
|
|
|
3 |
|
|
|
4 |
// no the name is not a mistake ;)
|
|
|
5 |
|
|
|
6 |
#define le2be(i) be2le(i)
|
|
|
7 |
|
|
|
8 |
unsigned int be2le(unsigned int i);
|
|
|
9 |
unsigned short be2le(unsigned short s);
|
|
|
10 |
|
|
|
11 |
#endif // !defined(INDIAN_INCLUDED)
|