标签: c tar
如何在chdir()对目录中包含的文件执行stat()后列出目录中的文件?
chdir()
stat()
chdir(av[i]); /* list the file */ stat(file1);