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

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ SIZEOF

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

Definition at line 23 of file sizeof.h.

◆ ENDOF

#define ENDOF ( a)
Value:
((a) + SIZEOF(a))
#define SIZEOF(a)
Definition sizeof.h:23

Definition at line 24 of file sizeof.h.