#include <stdlib.h>
#include <unistd.h>
#include <libgen.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <coil/stringutil.h>
Go to the source code of this file.
Namespaces | |
namespace | coil |
Common Object Interface Layer. | |
Defines | |
#define | COIL_PROCESS_H |
Functions | |
int | coil::daemon (int nochdir, int noclose) |
int | coil::launch_shell (std::string command) |
Launching a process. |
#define COIL_PROCESS_H |
Definition at line 21 of file posix/coil/Process.cpp.