#ifndef ULIB_UTIL_UTIL_H_ #define ULIB_UTIL_UTIL_H_ #define ARRLEN(X) (sizeof((X))/sizeof((X)[0])) #endif // ULIB_UTIL_UTIL_H_