#ifndef MEMORY_H_ #define MEMORY_H_ #include std::string mem_string( bool ); #endif