#include <mpc.h> #include <sys/utsname.h> int [*]main() { struct utsname un; uname(&un); MPC_Printf("Hello world! I'm on \"%s\".\n", un.nodename); }