Go to the source code of this file.
Defines | |
#define | O_APPEND 8 |
#define | O_CREAT 1 |
#define | O_DESC 128 |
#define | O_EXCL 2 |
#define | O_RDONLY 16 |
#define | O_RDWR 32 |
#define | O_TRUNC 4 |
#define | O_WRONLY 64 |
Functions | |
int | open (const char *path, int oflag,...) |
Definition in file fcntl.h.