fcntl.h 是 C POSIX 库中用于 C 编程语言的标题,其中包含引用文件控制的构造,例如打开文件、检索和更改文件权限、锁定文件以进行编辑等。
int fcntl(int __fd, int __cmd, ...)
int open(char* pathname, int flags, ...);int creat(const char *,int);