COHERENT manpages

This page displays the COHERENT manpage for endutent() [Close the login logging file].

List of available manpages
Index


endutent() -- General Function (libc)

Close the login logging file
#include <utmp.h>
void endutent()

Function endutent()  closes the logging  file.  Usually this  is the system
file  /etc/utmp. The  file must  have  been opened  by a  call to  function
getutent(), getutid(), or getutline().

For a summary of the family of functions that manipulate logging files, see
the Lexicon entry for utmp.h.

See Also

getutent(),
libc,
utmp.h