#include "inet.h" void err_dump(char *msg) { cout << msg << '\n'; exit(1); }