#include #include int main(){ struct utsname bob; uname(&bob); printf("Hardware Identifier: %s\n", bob.machine); }