NUMNAMES
#define NUMNAMES (sizeof (names) / sizeof (names[0]))
#define NUMNAMES __arraycount(names)
#define NUMNAMES (sizeof(names) / sizeof(char *))
#define NUMNAMES (sizeof(names) / sizeof(char *))
#define NUMNAMES (sizeof(names)/sizeof(names[0]))
#define NUMNAMES __arraycount(names)
#define NUMNAMES (sizeof(names) / sizeof(names[0]))
#define NUMNAMES (sizeof (names) / sizeof (names[0]))
#define NUMNAMES (sizeof (names) / sizeof (names[0]))
#define NUMNAMES __arraycount(names)