xref
: /
third_party
/
ulib
/
musl
/
src
/
network
/
res_init.c
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
resolv.h
>
2
res_init()
3
int
res_init
() {
4
return
0;
5
}
6