srecord 1.65.0
Loading...
Searching...
No Matches
sizeof.h File Reference

Go to the source code of this file.

Macros

#define SIZEOF(a)   (sizeof(a) / sizeof(a[0]))
 
#define ENDOF(a)   ((a) + SIZEOF(a))
 

Macro Definition Documentation

◆ SIZEOF

#define SIZEOF ( a)    (sizeof(a) / sizeof(a[0]))

Definition at line 23 of file sizeof.h.

◆ ENDOF

#define ENDOF ( a)    ((a) + SIZEOF(a))

Definition at line 24 of file sizeof.h.