摘要:
##1、DIR 定义 struct __dirstream { void *__fd; char *__data; int __entry_data; char *__ptr; int __entry_ptr; size_t __allocation; size_t __size; __libc_l 阅读全文
摘要:
##1、头文件 #include <sys/types.h> #include <dirent.h> ##2、opendir opendir函数的作用是打开一个目录并建立一个目录流 DIR *opendir(const char *name); //参数name 文件夹的名字 如果打开成功的话返回一 阅读全文