C Programming/POSIX Reference/fcntl.h
Appearance
![]() |
This page or section is an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
fcntl.h is the header in the C POSIX library for the C programming language that contains constructs that refer to file control, e.g. opening a file, retrieving and changing the permissions of file, locking a file for edit, etc.
Member functions
[edit | edit source]int fcntl(int __fd, int __cmd, ...)
![]() | This section is empty. Please help by expanding it. |
Member constants
[edit | edit source]int open(char* pathname, int flags, ...);
int creat(const char *,int);
![]() | This section is empty. Please help by expanding it. |
Member types
[edit | edit source]![]() | This section is empty. Please help by expanding it. |
Standardization
[edit | edit source]![]() | This section is empty. Please help by expanding it. |