This commit is contained in:
Hauke Zühl
2016-05-02 11:58:52 +02:00
parent f0351e40de
commit cdf5271db0
5 changed files with 0 additions and 71 deletions
-8
View File
@@ -1,8 +0,0 @@
#ifndef __EXEC_H__
#define __EXEC_H__
#include <string>
std::string exec(const char*);
#endif
-9
View File
@@ -1,9 +0,0 @@
#ifndef __explode_h__
#define __explode_h__
#include <string>
#include <vector>
std::vector<std::string> explode( const std::string&, const std::string &);
#endif