Closes the network services database file.
#include <netdb.h> void endservent (void);
See also getservent, getservbyname, and getservbyport in this section.
If the endservent routine does not exist in your TCP/IP library, then errno is set to ENOSYS. |