Close the current user-information file
#include <utmp.h> void endutent( void );
libc
The endutent() function closes the currently open file specified in _PATH_UTMP.
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
getutent(), getutid(), getutline(), pututline(), setutent(), utmpname()
login in the Utilities reference