blob: 295166536adb9826e5e623f1b13b15c6f3de7298 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include <unistd.h>
2#include <stdio.h>
3int main(void) {
4 printf("hostid=%d\n", gethostid());
5 return 0;
6}