This commit is contained in:
2023-01-23 10:04:54 +01:00
parent 7546aedec2
commit d1e45b8ba8
9 changed files with 116 additions and 46 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ using namespace std;
const vector<string> explode(const string& s, const char& c, int n);
FILE * popen2(array<string, 7> argv, string type, int & pid);
FILE * popen2(char * const argv, string type, int & pid);
int pclose2(FILE * fp, pid_t pid);