#ifndef JO_LOWBAT_HPP #define JO_LOWBAT_HPP #include using namespace std; int jo_notify(const string); int jo_speak (const string); string jo_exec (const char*); #endif