.TH dbm_pagfno() "" "" "NDBM Function (libgdbm)"
.PC "Return the file descriptor for an NDBM .pag file"
.B "#include <ndbm.h>"
\fBint dbm_pagfno (\fIdatabase\^\fB)\fR
\fBDBM *\fIdatabase\^\fB;\fR
.PP
A NDBM data base consists of two files.
One, with the suffix \fB.dir\fR, holds the index for the data base; the
other, with the suffix \fB.pag\fR, holds the data themselves.
.PP
Function
.B dbm_pagfno()
returns the file descriptor for the \fB.pag\fR file associated with the
data base to which
.I database
points.
.I database
must have been returned by a call to
.BR dbm_open() .
.SH "See Also"
.XR "dbm_dirfno()," dbm_dirfn
.XR "dbm_open()," dbm_open
.XR "ndbm.h," ndbm.h
.XR "libdgm" libdgm
.SH Notes
For a statement of copyright and permissions on this routine, see the
Lexicon entry for
.BR libgdbm .
