1 2 3 4 5 6
#ifndef OSMOCORE_UTIL_H #define OSMOCORE_UTIL_H #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) #endif