linux C 文件相关函数

linux C 文件相关函数 打开文件 #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) 参数pathname是指定打开文件的路经l
相关文章
相关标签/搜索