#ifndef UTIL_H_ #define UTIL_H_ #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) #endif /* UTIL_H_ */