#include <hostlib.h> char hostName[MAXHOSTNAMELEN]; gethostname(hostName, sizeof(hostName)); printf("Host: %s\n", hostName);