aboutsummaryrefslogtreecommitdiffstats
path: root/nelem.h
blob: 4d9b96e2d1ebac00e0a5fc6a0db9ef8881fbfd5c (plain)
1
2
3
4
5
6
#ifndef NELEM_H
#define NELEM_H

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

#endif // NELEM_H