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