index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fcntl
/
O_WRONLY.h
blob: e6c008411e02aea64e92624c0e07b3ded8349f34 (
plain
)
1
2
3
4
5
6
7
#include <fcntl.h> #define O_WRONLY (1<<17) /* POSIX(1) */