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_TRUNC.h
blob: d835021a98b4b802def82f2be5db3b51691a420c (
plain
)
1
2
3
4
5
6
7
#include <fcntl.h> #define O_TRUNC (1<<6) /* POSIX(1) */