|
STIR
6.3.0
|
Definition of STIRIsNativeByteOrderBigEndian and STIRIsNativeByteOrderLittleEndian preprocessor symbols. More...
#include "stir/common.h"Go to the source code of this file.
Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
Macros | |
| #define | STIRIsNativeByteOrderBigEndian 1 |
| A macro that is defined to 1 when the compilation is on a big endian machine, otherwise it is set to 0. More... | |
| #define | STIRIsNativeByteOrderLittleEndian 0 |
| A macro that is defined to 1 when the compilation is on a little endian machine, and to 0 otherwise. More... | |
Definition of STIRIsNativeByteOrderBigEndian and STIRIsNativeByteOrderLittleEndian preprocessor symbols.
1.8.13