// make util_expand #include int main(int argc, char **argv) { for(argv++; *argv;) printf("*%s*\n", *(argv++)); }