Go to the source code of this file.
Defines | |
| #define | BIG_ENDIAN_BYTE_ORDER 4321 |
| #define | LITTLE_ENDIAN_BYTE_ORDER 1234 |
| #define | BROKEN_INLINE_HINT |
| #define | STRING2(x) #x |
| #define | STRING(x) STRING2(x) |
| #define | PI 3.14159265358979323e0 |
Typedefs | |
| typedef intptr_t | word_t |
| typedef uintptr_t | uword_t |
| #define BIG_ENDIAN_BYTE_ORDER 4321 |
Definition at line 13 of file AppConfig.h.
| #define BROKEN_INLINE_HINT |
Definition at line 145 of file AppConfig.h.
| #define LITTLE_ENDIAN_BYTE_ORDER 1234 |
Definition at line 14 of file AppConfig.h.
| #define PI 3.14159265358979323e0 |
Definition at line 154 of file AppConfig.h.
| #define STRING | ( | x | ) | STRING2(x) |
Definition at line 149 of file AppConfig.h.
| #define STRING2 | ( | x | ) | #x |
Definition at line 148 of file AppConfig.h.
| typedef uintptr_t uword_t |
Definition at line 152 of file AppConfig.h.
| typedef intptr_t word_t |
Definition at line 151 of file AppConfig.h.