12#ifndef CPROVER_UTIL_RUN_H
13#define CPROVER_UTIL_RUN_H
22int run(
const std::string &what,
const std::vector<std::string> &argv);
31 const std::string &what,
32 const std::vector<std::string> &argv,
45 const std::string &what,
46 const std::vector<std::string> &argv,
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
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.