|
WISP ERT (Client)
1.0.0
The WISP Extended Runtime (WISP side)
|
#include <ert/rpc.h>Go to the source code of this file.
Macros | |
| #define | O_RDONLY ERT_CONST(O_RDONLY) |
| Open file for reading only. More... | |
| #define | O_WRONLY ERT_CONST(O_WRONLY) |
| Open file for writing only. More... | |
| #define | O_RDWR ERT_CONST(O_RDWR) |
| Open file for reading and writing. More... | |
| #define | O_APPEND ERT_CONST(O_APPEND) |
| Append on each write. More... | |
| #define | O_CREAT ERT_CONST(O_CREAT) |
| Create file if it does not exist. More... | |
| #define O_APPEND ERT_CONST(O_APPEND) |
Append on each write.
| #define O_CREAT ERT_CONST(O_CREAT) |
Create file if it does not exist.
| #define O_RDONLY ERT_CONST(O_RDONLY) |
Open file for reading only.
| #define O_RDWR ERT_CONST(O_RDWR) |
Open file for reading and writing.
| #define O_WRONLY ERT_CONST(O_WRONLY) |
Open file for writing only.