llvm-mos-sdk
|
Go to the source code of this file.
Macros | |
#define | O_RDONLY 0x01 |
#define | O_WRONLY 0x02 |
#define | O_RDWR 0x03 |
#define | O_CREAT 0x10 |
#define | O_TRUNC 0x20 |
#define | O_APPEND 0x40 |
#define | O_EXCL 0x80 |
Functions | |
int | open (const char *name, int flags,...) |
int | close (int fd) |
int | creat (const char *name, unsigned mode) |
#define O_APPEND 0x40 |
#define O_CREAT 0x10 |
#define O_EXCL 0x80 |
#define O_RDONLY 0x01 |
#define O_RDWR 0x03 |
#define O_TRUNC 0x20 |
#define O_WRONLY 0x02 |
int close | ( | int | fd | ) |
int creat | ( | const char * | name, |
unsigned | mode | ||
) |
int open | ( | const char * | name, |
int | flags, | ||
... | |||
) |