homebrewfilter/source/Tools/parser.h
Christopher Roy Bratusek b109f70d82 UNIX line-endings FTW!
2011-09-27 21:52:55 +02:00

5 lines
107 B
C++

#include <string>
using namespace std;
string parser(string src, const char *suche1, const char *suche2);