libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
fcntl.h
Go to the documentation of this file.
1#include <sys/types.h>
2
3#ifndef __LIBWW_SYS_FCNTL_H__
4#define __LIBWW_SYS_FCNTL_H__
5
6/* Begin auto-generated section */
7
8/* File access modes */
9#define O_RDONLY FMODE_R
10#define O_WRONLY FMODE_W
11#define O_RDWR (FMODE_R | FMODE_W)
12/* End auto-generated section */
13
14
15#endif /* __LIBWW_SYS_FCNTL_H__ */