#ifndef LIB_ARRLEN_H #define LIB_ARRLEN_H #define ARRLEN(a) (sizeof (a) / sizeof (a)[0]) #endif /* LIB_ARRLEN_H */