#include #include #include #include "common.h" void bail_out(const char* msg) { perror(msg); exit(-1 * errno); }