endnetent()
Close the network name database file
Synopsis:
#include <netdb.h> void endnetent( void );
Library:
libsocket
Use the -l socket option to qcc to link against this library.
Description:
The endnetent() routine closes the network name database file.
Files:
- /etc/networks
- Network name database file.
Classification:
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | No |
Thread | No |