libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
fcntl.h File Reference
#include <sys/types.h>

Go to the source code of this file.

Macros

#define O_RDONLY   FMODE_R
#define O_WRONLY   FMODE_W
#define O_RDWR   (FMODE_R | FMODE_W)

Macro Definition Documentation

◆ O_RDONLY

#define O_RDONLY   FMODE_R

Definition at line 9 of file fcntl.h.

◆ O_RDWR

#define O_RDWR   (FMODE_R | FMODE_W)

Definition at line 11 of file fcntl.h.

◆ O_WRONLY

#define O_WRONLY   FMODE_W

Definition at line 10 of file fcntl.h.