作者定义了一个查询数组个数的宏:
/*
** A convenience macro that returns thenumber of elements in
** an array.
*/
#define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0])))