2016年6月29日

Linux的文件I/O

摘要: int open(const char *pathname, int flags, mode_t mode); #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> 参数1:要打开的文件 参数2:打开类型,O_RDONLY,O 阅读全文

posted @ 2016-06-29 21:47 DanielTYL 阅读(281) 评论(0) 推荐(0) 编辑

导航