homebrewfilter/source/Tools/parser.h

5 lines
107 B
C
Raw Normal View History

2011-09-27 21:52:55 +02:00
#include <string>
using namespace std;
2011-09-25 19:47:02 +02:00
string parser(string src, const char *suche1, const char *suche2);