Bitcoin ABC  0.29.2
P2P Digital Currency
Macros
util.h File Reference
#include <span.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BEGIN(a)   BytePtr(&(a))
 
#define END(a)   BytePtr(&((&(a))[1]))
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN (   a)    BytePtr(&(a))

Definition at line 10 of file util.h.

◆ END

#define END (   a)    BytePtr(&((&(a))[1]))

Definition at line 11 of file util.h.