This commit is contained in:
Ivanov Matvey 2025-01-10 11:25:50 +10:00
parent 06f5f3d7fb
commit d5c0c20a9e
2 changed files with 4 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
_trash/
.vscode/
*.exe
*.log

View File

@ -1,6 +1,3 @@
#ifndef PROCESS_LAUNCHER_H
#define PROCESS_LAUNCHER_H
#include <string>
#include <unistd.h>
#include <fcntl.h>
@ -16,5 +13,3 @@ public:
private:
static int write_log(const std::string& log_line);
};
#endif // PROCESS_LAUNCHER_H