The following function is written in c:
void store_files(char *pathname){ printf("pathname = %s\\n", pathname); char nextPath[PATH_MAX];