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_RDONLY.h
blob: 00425d4eb834ef29b346d0c77c3ff1fd999f1516 (
plain
)
1
2
3
4
5
6
7
#include <fcntl.h> #define O_RDONLY (1<<14) /* POSIX(1) */