WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
fcntl.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <ert/rpc.h>
4 
6 #define O_RDONLY ERT_CONST(O_RDONLY)
7 #define O_WRONLY ERT_CONST(O_WRONLY)
9 #define O_RDWR ERT_CONST(O_RDWR)
11 #define O_APPEND ERT_CONST(O_APPEND)
13 #define O_CREAT ERT_CONST(O_CREAT)