DEFARRAY_BYTYPE
#define DEFARRAY(T, INLINE) DEFARRAY_BYTYPE(T##array, struct T, INLINE)
DEFARRAY_BYTYPE(stringarray, char, ARRAYINLINE);