branch | noai |
changeset 10455 | 22c441f5adf9 |
parent 9723 | eee46cb39750 |
child 11044 | 097ea3e7ec56 |
10412:ef44f62cb8b9 | 10455:22c441f5adf9 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file endian_func.hpp */ |
3 /** @file endian_func.hpp Function to handling different endian machines. */ |
4 |
4 |
5 #ifndef ENDIAN_FUNC_H |
5 #ifndef ENDIAN_FUNC_H |
6 #define ENDIAN_FUNC_H |
6 #define ENDIAN_FUNC_H |
7 |
7 |
8 #include "bitmath_func.hpp" |
8 #include "bitmath_func.hpp" |