摘要: fcntl.h 头文件,file control的缩写。 open函数,openat函数: int open(const char *path, int oflag); int openat(int fd, const char *path, int oflag); 将准备打开的文件或是设备的名字作 阅读全文
posted @ 2020-12-08 22:35 Grooovvve 阅读(75) 评论(0) 推荐(0)