#ifndef UTIL_H #define UTIL_H // Utilies. #include #include // Exit with an error. Returns int for ease of use, but should be treated as void. int die(char* msg); #endif