Bitcoin ABC  0.26.3
P2P Digital Currency
Macros
util.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BEGIN(a)   ((char *)&(a))
 
#define END(a)   ((char *)&((&(a))[1]))
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN (   a)    ((char *)&(a))

Definition at line 8 of file util.h.

◆ END

#define END (   a)    ((char *)&((&(a))[1]))

Definition at line 9 of file util.h.