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_CREAT.c
blob: 03d04b91d51392f4304640c2604ab84dc30e39ae (
plain
)
1
2
3
4
5
6
7
#include <fcntl.h> #define O_CREAT (1<<1) /* POSIX(1) */