]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/network/res_init.c
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / src / network / res_init.c
1 #include <resolv.h>
2
3 int res_init()
4 {
5 return 0;
6 }