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