/* REMOVE: a subfunc to link to recursive main to do wildcard file deletes. */ #include <stdio.h> void subfunc(char *path) { remove(path); } /* End of File */