Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
network
serv.c
pretty
plain
permalink
blame
history
•
14 lines
•
130 B
1
#include <netdb.h>
2
3
void endservent(void)
4
{
5
}
6
7
void setservent(int stayopen)
8
{
9
}
10
11
struct servent *getservent(void)
12
{
13
	return 0;
14
}