Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
build
/
uClibc
/
test
/
inet
/
gethostid.c
blob: 295166536adb9826e5e623f1b13b15c6f3de7298 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"hostid=%d\n"
,
gethostid
());
return
0
;
}