DECLARRAY_BYTYPE
#define DECLARRAY(T) DECLARRAY_BYTYPE(T##array, struct T)
DECLARRAY_BYTYPE(stringarray, char);