summaryrefslogtreecommitdiffstats
path: root/nelem.h
blob: 99b5f7703398de9ba832a89d30cb3a42746e79ee (plain)
1
2
3
4
5
6
#ifndef VULKAN_NELEM_H
#define VULKAN_NELEM_H

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

#endif // VULKAN_NELEM_H