FcntlStdc extension
POSIX file control flags
- on
Properties
- O_APPEND → int
-
Available on Stdc, provided by the FcntlStdc extension
Append flagno setter - O_CREAT → int
-
Available on Stdc, provided by the FcntlStdc extension
Create flagno setter - O_EXCL → int
-
Available on Stdc, provided by the FcntlStdc extension
Exclusive flagno setter - O_NONBLOCK → int
-
Available on Stdc, provided by the FcntlStdc extension
Non-blocking flagno setter - O_RDONLY → int
-
Available on Stdc, provided by the FcntlStdc extension
Read only flagno setter - O_RDWR → int
-
Available on Stdc, provided by the FcntlStdc extension
Read write flagno setter - O_SYNC → int
-
Available on Stdc, provided by the FcntlStdc extension
Sync flagno setter - O_TRUNC → int
-
Available on Stdc, provided by the FcntlStdc extension
Truncate flagno setter - O_WRONLY → int
-
Available on Stdc, provided by the FcntlStdc extension
Write only flagno setter