Zydis
v2.0.0-alpha1
|
#include <assert.h>
#include <ZydisExportConfig.h>
Go to the source code of this file.
Macros | |
#define | ZYDIS_UNKNOWN_COMPILER |
#define | ZYDIS_INLINE static inline |
#define | ZYDIS_ASSERT(condition) assert(condition) |
#define | ZYDIS_UNREACHABLE assert(0) |
#define | ZYDIS_BITFIELD(x) : x |
Declares a bitfield. More... | |
#define | ZYDIS_ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) |
Calculates the size of an array. More... | |
#define ZYDIS_ARRAY_SIZE | ( | arr | ) | (sizeof(arr) / sizeof(arr[0])) |
Calculates the size of an array.
#define ZYDIS_ASSERT | ( | condition | ) | assert(condition) |
#define ZYDIS_BITFIELD | ( | x | ) | : x |
Declares a bitfield.
#define ZYDIS_INLINE static inline |
#define ZYDIS_UNKNOWN_COMPILER |
#define ZYDIS_UNREACHABLE assert(0) |