|
Electroneum
|
#include <errno.h>#include <unistd.h>#include <sys/types.h>#include <sys/wait.h>#include <signal.h>#include "misc_log_ex.h"#include "util.h"#include "spawn.h"
Go to the source code of this file.
Namespaces | |
| tools | |
| Various Tools. | |
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "spawn" |
Functions | |
| int | tools::spawn (const char *filename, const std::vector< std::string > &args, bool wait) |