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