#include <netdb.h> void setprotoent(int stay_open)
The setprotoent() function is used to prepare for sequential access to the protocol database file. setprotoent() 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 |