Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
build
/
uClibc
/
test
/
inet
/
gethostid.c
blob: 295166536adb9826e5e623f1b13b15c6f3de7298 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
1
#include
<unistd.h>
2
#include
<stdio.h>
3
int
main
(
void
)
{
4
printf
(
"hostid=%d\n"
,
gethostid
());
5
return
0
;
6
}