Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | CONCAT2(a, b) a b |
#define | CONCAT3(a, b, c) a b c |
#define | CONCAT4(a, b, c, d) a b c d |
#define | STRINGX(s) "s" |
#define | XCONCAT2(a, b) CONCAT2(a, b) |
#define | XCONCAT3(a, b, c) CONCAT3(a, b, c) |
#define | XCONCAT4(a, b, c, d) CONCAT4(a, b, c, d) |
#define | XSTRING(s) STRINGX(s) |