LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
exec.h
Go to the documentation of this file.
1 #ifndef __EXEC_H__
2 #define __EXEC_H__
3 
4 #include <string>
5 
6 std::string exec(const char*);
7 
8 #endif
std::string exec(const char *)
Definition: exec.cc:6