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