1 2 3 4 5 6 7
#ifndef CMD_OUT #define CMD_OUT #include <string> std::string cmd_out(const char* cmd); #endif