#define _XOPEN_SOURCE #define _XOPEN_SOURCE_EXTENDED 1 #include #include int main(void) { printf("%08lx\n", gethostid()); return 0; }