![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
| #define | PASTE(x, y) |
| #define | PASTE2(x, y) |
| #define | UNIQUE_NAME(name) |
| #define | STRINGIZE(X) |
| Converts the parameter X to a string after macro replacement on X has been performed. | |
| #define | DO_STRINGIZE(X) |
| #define PASTE2 | ( | x, | |
| y ) |
| #define STRINGIZE | ( | X | ) |
Converts the parameter X to a string after macro replacement on X has been performed.
Don't merge these into one macro!
| #define UNIQUE_NAME | ( | name | ) |