Go to the source code of this file.
Defines | |
#define | FCNTL_RDONLY 0x01 |
#define | FCNTL_WRONLY 0x02 |
#define | FCNTL_APPEND 0x04 |
#define | FCNTL_CREATE 0x08 |
#define | FCNTL_TRUNC 0x10 |
#define | FCNTL_EXCL 0x20 |
#define | FCNTL_TEXT 0x40 |
#define | FCNTL_BINARY 0x80 |
#define FCNTL_RDONLY 0x01 |
#define FCNTL_TEXT 0x40 |
#define FCNTL_WRONLY 0x02 |