ARRSIZE
#define ARRSIZE(a) (sizeof(a)/sizeof((a)[0]))
#define ARRSIZE(arr) (sizeof (arr) / sizeof ((arr)[0]))