linux中open函数详解_linux open函数-CSDN博客

网站介绍:1、open函数包含头文件 #include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>open函数有两个参数和三个参数int open(const char *pathname, int flags);int open(const char *pathname, int flags, mode_t mode);Pathname:要..._linux open函数