endservent()
Close the network services database file
Synopsis:
#include <netdb.h> void endservent( void );
Description:
The endservent() routine closes the network services database file.
Files:
- /etc/services
- Network services database file.
Classification:
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |