12 #ifndef CPROVER_UTIL_RUN_H
13 #define CPROVER_UTIL_RUN_H
22 int run(
const std::string &what,
const std::vector<std::string> &argv);
31 const std::string &what,
32 const std::vector<std::string> &argv,
33 const std::string &std_input,
34 const std::string &std_output,
35 const std::string &std_error);
45 const std::string &what,
46 const std::vector<std::string> &argv,
47 const std::string &std_input,
48 std::ostream &std_output,
49 const std::string &std_error);
55 std::wstring quote_windows_arg(
const std::wstring &src);
int run(const std::string &what, const std::vector< std::string > &argv)
std::string shell_quote(const std::string &src)
This performs shell quoting if necessary on input src.