Linux目录结构接口-os实验任务书

时间:2024-05-12 12:15:09
【文件属性】:

文件名称:Linux目录结构接口-os实验任务书

文件大小:134KB

文件格式:PPT

更新时间:2024-05-12 12:15:09

os

2、Linux目录结构接口 #include #include #include opendir() DIR *opendir(const char *name); 通过路径打开一个目录,返回一个DIR结构体指针(目录流),失败返回NULL; readdir() struct dirent *readdir(DIR *) 读取目录中的下一个目录项,没有目录项可以读取时,返回为NULL;


网友评论