欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

使用 linux - OSCHINA - 中国开源技术交流社区

最编程 2024-07-10 13:52:01
...

#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <dirent.h> #include <stdio.h> #include <string.h> #define MAX_PATH 1024 void dirwalk(char *dir,void ...