#include <netdb.h> void endhostent()
The endhostent() function is used to close the host database file. The file is opened by those functions that retrieve information about a host (for example, gethostent()).
No authorization is required.
Top | UNIX-Type APIs | APIs by category |