5 lines
116 B
C++
5 lines
116 B
C++
#ifndef _EXEC_COMMAND_H_
|
|
#define _EXEC_COMMAND_H_
|
|
#include <string>
|
|
std::string ExecCommand(const char* cmd);
|
|
#endif |