16 lines
169 B
C
16 lines
169 B
C
#include <netdb.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
void endservent(void)
|
|
{
|
|
}
|
|
|
|
void setservent(int stayopen)
|
|
{
|
|
}
|
|
|
|
struct servent *getservent(void)
|
|
{
|
|
return 0;
|
|
}
|