网站介绍:头文件:#include <fcntl.h>函数原型:int open( const char * pathname, int flags);int open( const char * pathname, int flags, mode_t mode);功能:打开文件。返回值:打开成功:返回一个int 型正整数(文件描述符);打开失败:返回 -1;参数说明:pathname 指向文件路径的字符指针;flags 文件打开方式 常用选项是:O_R._open函数
- 链接地址:https://blog.csdn.net/H674199469/article/details/124606098
- 链接标题:open( ) 函数简介_open函数_长腿O叔叔的博客-CSDN博客
- 所属网站:blog.csdn.net
- 被收藏次数:2123
- 网站标签:open函数