|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
| #define | O_CREAT 0x0200 |
| #define | O_APPEND 0x0400 |
| #define | O_EXCL 0x0800 |
| #define | O_NONBLOCK 0x4000 |
| #define | F_DUPFD 0 |
| #define | F_GETFL 3 |
| #define | F_SETFL 4 |
Functions | |
| int | open (const char *name, int flags,...) |
| #define F_DUPFD 0 |
| #define F_GETFL 3 |
| #define F_SETFL 4 |
| #define O_APPEND 0x0400 |
| #define O_CREAT 0x0200 |
| #define O_EXCL 0x0800 |
| #define O_NONBLOCK 0x4000 |
| int open | ( | const char * | name, |
| int | flags, | ||
| ... | |||
| ) |