1ère version fonctionnelle

This commit is contained in:
2023-01-12 09:23:45 +01:00
parent a76f32ea30
commit 789317ea12
9 changed files with 273 additions and 150 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
using namespace std;
const vector<string> explode(const string& s, const char& c, int n = 0);
FILE * popen2(char * command, string type, int & pid);
FILE * popen2(array<string, 7> argv, string type, int & pid);
int pclose2(FILE * fp, pid_t pid);
#endif // TOOLS_H