#ifndef _error_h #define _error_h #include void error(std::string msg); void stop(std::string msg); #endif