[Previous] [Contents] [Next]

endutent()

Close the current user-information file

Synopsis:

#include <utmp.h>

void endutent( void );

Library:

libc

Description:

The endutent() function closes the currently open file specified in _PATH_UTMP.

Files:

_PATH_UTMP
Specifies the user information file.

Classification:

Unix

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread No

See also:

getutent(), getutid(), getutline(), pututline(), setutent(), utmpname()

login in the Utilities reference


[Previous] [Contents] [Next]