.TH endspent() "" "" "General Function (libc)"
.PC "Close the shadow-password file"
.B "#include <shadow.h>"
.B "endspent(\|)"
.PP
The \*(CO system has four routines that search the file
.BR /etc/shadow ,
which contains the password of every user of your system.
.B endspent()
closes
.BR /etc/shadow .
It does not return a meaningful value.
.SH Files
.B /etc/shadow
.br
.B /usr/include/shadow.h
.SH "See Also"
.Xr "getspent()," getspent
.Xr "libc," libc
.Xr "setspent()," setspent
.Xr "shadow," shadow
.Xr "shadow.h" shadow.h
