Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | PASTE(x, y) x##y |
#define | PASTE2(x, y) PASTE(x, y) |
#define | UNIQUE_LOG_NAME(name) PASTE2(name, __COUNTER__) |
#define | STRINGIZE(X) DO_STRINGIZE(X) |
Converts the parameter X to a string after macro replacement on X has been performed. More... | |
#define | DO_STRINGIZE(X) #X |
#define STRINGIZE | ( | X | ) | DO_STRINGIZE(X) |