跳转到内容

C 编程/POSIX 参考/fcntl.h

来自维基教科书,开放的书籍,为开放的世界

fcntl.h 是 C POSIX 库中用于 C 编程语言的标题,其中包含引用文件控制的构造,例如打开文件、检索和更改文件权限、锁定文件以进行编辑等。

成员函数

[编辑 | 编辑源代码]

int fcntl(int __fd, int __cmd, ...)

成员常量

[编辑 | 编辑源代码]

int open(char* pathname, int flags, ...);
int creat(const char *,int);

成员类型

[编辑 | 编辑源代码]

标准化

[编辑 | 编辑源代码]
华夏公益教科书