close the host database file
#include <netdb.h> void endhostent( void );
The endhostent() routine closes the host database file.
POSIX 1003.1g (draft)
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
gethostbyaddr() gethostbyname() gethostent(), hostent, sethostent()
/etc/hosts, /etc/resolv.conf, named in the TCP/IP User's Guide