aboutsummaryrefslogtreecommitdiff
path: root/include/cmd_out.hh
blob: ee1f3c9f314c25b2e785d6a70d8d212169261273 (plain)
1
2
3
4
5
6
7
#ifndef CMD_OUT
#define CMD_OUT

#include <string>
std::string cmd_out(const char* cmd);

#endif