Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
chdir()在对目录包含的文件执行a 后,如何列出目录中stat()的文件?
chdir()
stat()
chdir(av[i]); /* list the file */ stat(file1);