文件相关系统调用,文件描述符

  1.open函数:数组 函数原型:缓存 #include<sys/types.h> #include<sys/stat.h> #include<fcntl.h> int open(const char *pathname,int flaos); int open(const char *pathname,int flaos,mode_t mode); 函数功能:数据结构 用于打开或建立文件,
相关文章
相关标签/搜索