arraysize
arraysize(char *sz, declaration *dc, int elsize)
#define arraysize(x) (sizeof (x) / sizeof (x[0]))