MentOS
0.8.0
The Mentoring Operating System
libc
inc
fcntl.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#define O_ACCMODE 0003
9
#define O_RDONLY 00000000U
10
#define O_WRONLY 00000001U
11
#define O_RDWR 00000002U
12
#define O_CREAT 00000100U
13
#define O_EXCL 00000200U
14
#define O_TRUNC 00001000U
15
#define O_APPEND 00002000U
16
#define O_NONBLOCK 00004000U
17
#define O_DIRECTORY 00200000U
Generated by
1.9.1