c-template
array_len.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define array_len(x)   ((array_size(x) > 0) ? sizeof(x) / sizeof(x[0]) : 0)
 
#define array_size(x)   (sizeof(x))
 

Macro Definition Documentation

◆ array_len

#define array_len (   x)    ((array_size(x) > 0) ? sizeof(x) / sizeof(x[0]) : 0)

Definition at line 2 of file array_len.h.

◆ array_size

#define array_size (   x)    (sizeof(x))

Definition at line 4 of file array_len.h.