mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2025-02-22 12:07:10 +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);
|