c目录IO-关闭目录closedir时间:2024-11-07 11:14:21 头文件 #include <sys/types.h> #include <dirent.h> 函数原型: int closedir(DIR * dirp); 函数参数: DIR * dirp:目录指针 返回值: 成功:返回0 失败:返回-1