#include #include #include #ifdef HAVE_STRINGS_H #include #endif CPS_START_NAMESPACE #include #ifdef _USE_STDLIB void rpc_print::doit(char const * const &what, const int &size, const std::string &prefix){ std::cout << prefix << "'" << what << "' (" << static_cast(what) << ")\n"; } #endif CPS_END_NAMESPACE