array_init
array_init(a);
array_init(&a->arr); \
void array_init(struct array *);
array_init(&commandline_macros);
array_init(&commandline_files);