Loading

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