open()—打开文件函数

头文件:#include <sys/types.h>    #include <sys/stat.h>    #include <fcntl.h> 定义函数:     int open(const char * pathname, int flags);     int open(const char * pathname, int flags, mode_t mode); 函数说明: 参数 pa
相关文章
相关标签/搜索