Closes the networks database file.
Format
#include <netdb.h>
void endnetent (void);
1 – Description
This function closes the networks database file
(TCPIP$SYSTEM:NETWORKS.DAT), previously opened with the
getnetent(), setnetent(), getnetbyaddr(), or getnetbyname()
function.
Related Functions
See also getnetent(), getnetbyaddr(), getnetbyname(), and
setnetent().