FCNTL - control flags for the "open" function.

Usage:

#include <fcntl.h>

Description:

This file #defines the flags O_RDONLY, O_WRONLY, etc. that are used in calls to the "open" function.

See Also:

expl c lib open

Copyright © 1996, Thinkage Ltd.