|
Rizin
unix-like reverse engineering framework and cli tools
|
Common definitions for tuklib modules. More...
#include "tuklib_config.h"Go to the source code of this file.
Macros | |
| #define | TUKLIB_CAT_X(a, b) a ## b |
| #define | TUKLIB_CAT(a, b) TUKLIB_CAT_X(a, b) |
| #define | TUKLIB_SYMBOL(sym) TUKLIB_CAT(TUKLIB_SYMBOL_PREFIX, sym) |
| #define | TUKLIB_DECLS_BEGIN |
| #define | TUKLIB_DECLS_END |
| #define | TUKLIB_GNUC_REQ(major, minor) 0 |
| #define | tuklib_attr_noreturn |
Common definitions for tuklib modules.
Definition in file tuklib_common.h.
| #define tuklib_attr_noreturn |
Definition at line 63 of file tuklib_common.h.
| #define TUKLIB_CAT | ( | a, | |
| b | |||
| ) | TUKLIB_CAT_X(a, b) |
Definition at line 30 of file tuklib_common.h.
| #define TUKLIB_DECLS_BEGIN |
Definition at line 40 of file tuklib_common.h.
| #define TUKLIB_DECLS_END |
Definition at line 48 of file tuklib_common.h.
Definition at line 57 of file tuklib_common.h.
| #define TUKLIB_SYMBOL | ( | sym | ) | TUKLIB_CAT(TUKLIB_SYMBOL_PREFIX, sym) |
Definition at line 33 of file tuklib_common.h.