#include <netdb.h> void setservent(int stay_open)
The setservent() function is used to prepare for sequential access to the service database file. setservent() opens the file and repositions the file marker to the beginning of the file.
No authorization is required.
Top | UNIX-Type APIs | APIs by category |