PulseView  0.3.0
A Qt-based sigrok GUI
extdef.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define countof(x)   (sizeof(x) / sizeof(x[0]))
 
#define begin_element(x)   (&x[0])
 
#define end_element(x)   (&x[countof(x)])
 

Macro Definition Documentation

#define begin_element (   x)    (&x[0])

Definition at line 26 of file extdef.h.

#define countof (   x)    (sizeof(x) / sizeof(x[0]))

Definition at line 24 of file extdef.h.

#define end_element (   x)    (&x[countof(x)])

Definition at line 27 of file extdef.h.