mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
5 lines
107 B
C++
5 lines
107 B
C++
|
|
#include <string>
|
|
using namespace std;
|
|
|
|
string parser(string src, const char *suche1, const char *suche2); |