Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Macros
macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PASTE(x, y)   x ## y
 
#define PASTE2(x, y)   PASTE(x, y)
 

Macro Definition Documentation

#define PASTE (   x,
 
)    x ## y

Definition at line 8 of file macros.h.

#define PASTE2 (   x,
 
)    PASTE(x, y)

Definition at line 9 of file macros.h.