ARRAY_SIZE

#define ARRAY_SIZE( ) (sizeof(a) / sizeof((a)[0]))

Retrieve array size.