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.
标准 C 库中是否有任何函数允许检索具有特定扩展名(如“.c”)的文件?
没有标准的 C 库函数可以做到这一点。有特定于平台的功能可以做到这一点。
编辑:如果您使用的是 Debian,请尝试查找文档glob或wordexp. even的文档glob有一个示例,可以根据需要查找.c文件。
glob
wordexp
.c