endnetent()
Close the network name database file
Synopsis:
#include <netdb.h> void endnetent( void );
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 |