Tinker9
70bd052 (Thu Nov 9 12:11:35 2023 -0800)
Loading...
Searching...
No Matches
include
tool
exec.h
1
#pragma once
2
#include <string>
3
4
namespace
tinker
{
7
std::string
exec
(
const
std::string& cmd);
8
}
tinker::exec
std::string exec(const std::string &cmd)
Executes a command in shell and returns the output in a string.
tinker
Definition:
testrt.h:9
Generated by
1.9.5