摘要: open函数属于Linux中系统IO,用于“打开”文件,代码打开一个文件意味着获得了这个文件的访问句柄。 int fd = open(参数1,参数2,参数3); int fd = open(const char *pathname,int flags,mode_t mode); 1.句柄(file 阅读全文
posted @ 2020-05-20 10:46 老年新手工程师 阅读(1555) 评论(0) 推荐(0)