.\" ENVIRONMENTS: COHERENT, LC, TOS
.TH "access checking" "" "" Overview
.PC
.PP
\*(PN includes the following routines to check the access to a
given file:
.DS
.ta 0.4i 1.0i
\fIaccess.h\fR
	\fBaccess\fR	Check if a file can be accessed in a given mode
.DE
.DS
.ta 0.4i 1.4i
\fIpath.h\fR
	\fBpath\fR	Build a path name for a file
.DE
.if \nX=1 \{\
.DS
.ta 0.4i 1.4i
\fIstat.h\fR
	\fBstat\fR	Find file attributes
.DE \}
.if \nX=2 \{\
.DS
.ta 0.4i 1.4i
\fIstat.h\fR
	\fBfstat\fR	Find file attributes
	\fBstat\fR	Find file attributes
.DE \}
.PP
These routines are not described in the ANSI Standard.
Any program that uses any of them does not conform strictly to the Standard,
and may not be portable to other compilers or environments.
.SH "See Also"
.B
Library
.R
