![]() |
DDraceNetwork Documentation
|
#include "process.h"#include "dbg.h"#include "str.h"#include "windows.h"#include <sys/wait.h>#include <unistd.h>#include <csignal>#include <cstdlib>Functions | |
| int | process_id () |
| PROCESS | process_execute (const char *file, EShellExecuteWindowState window_state, const char **arguments, const size_t num_arguments) |
| int | process_kill (PROCESS process) |
| bool | process_is_alive (PROCESS process) |