WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
fcntl.h File Reference
#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...
 

Macro Definition Documentation

◆ O_APPEND

#define O_APPEND   ERT_CONST(O_APPEND)

Append on each write.

◆ O_CREAT

#define O_CREAT   ERT_CONST(O_CREAT)

Create file if it does not exist.

◆ O_RDONLY

#define O_RDONLY   ERT_CONST(O_RDONLY)

Open file for reading only.

◆ O_RDWR

#define O_RDWR   ERT_CONST(O_RDWR)

Open file for reading and writing.

◆ O_WRONLY

#define O_WRONLY   ERT_CONST(O_WRONLY)

Open file for writing only.