zig
Code
Branches
Tags
Commits
master
zig
/
lib
/
libc
/
musl
/
src
/
network
/
res_init.c
Top
1
#
include
<resolv.h>
2
3
int
res_init
(
)
4
{
5
return
0
;
6
}