#include #include int main(void) { printf("hostid=%ld\n", gethostid()); return 0; }