#ifndef __OUTPUT_H__ #define __OUTPUT_H__ #include namespace infra { std::string printChar(char ch); } // namespace infra #endif // __OUTPUT_H__