会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
陶然亭
It's hard, but there is hope!
博客园
首页
新随笔
联系
管理
订阅
dirent.h
#include <dirent.h>
是POSIX.1标准定义的unix类
目录操作的头文件
,包含了许多UNIX
系统服务
的函数原型,例如opendir函数、readdir函数.
opendir函数:
DIR *opendir(const char *pathname);返回值:若成功则返回
指针
,若出错则返回NULL。
struct dirent *readdir(DIR *dp); 返回值:若成功则返回
指针
,若在目录结尾或出错则返回NULL。
posted @
2013-03-11 08:27
ITtecman
阅读(
300
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告