.TH endpwent() "" "" "General Function (libc)"
.PC "Close password file"
.B "#include <pwd.h>"
.B "endpwent(\|)"
.PP
The \*(CO system has
five routines that search the file
.BR /etc/passwd ,
which contains information about every user of the system.
.B endpwent()
closes the password file.
Please note that this function does not return a meaningful value.
.SH Example
For an example of this function, see the entry for
.BR getpwent() .
.SH Files
.B /etc/passwd
.br
.B pwd.h
.SH "See Also"
.Xr "getpwent()," getpwent
.Xr "getpwnam()," getpwnam
.Xr "getpwuid()," getpwuid
.Xr "libc," libc
.Xr "pwd.h," pwd.h
.Xr "setpwent()" setpwent
