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