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