tokenize
void tokenize(const char *, int *, char ***);
tokenize(str, &ac, &av);
((s = tokenize(s, &tokarray.tokens[tokarray.inuse_count]))) != NULL; ) {