getprotoent
while ((pp = getprotoent()) != NULL)
while ((p = getprotoent()) != NULL)
struct protoent *getprotoent(void);
struct protoent *getprotoent(void);
struct protoent *getprotoent();
struct protoent *pe = getprotoent();
while ((pp = getprotoent()) != NULL) {
struct protoent *getprotoent __P((void));