#include <stdlib.h>
#include <unistd.h>
#include <libgen.h>
#include <coil/stringutil.h>
Go to the source code of this file.
Namespaces | |
coil | |
Common Object Interface Layer. | |
Functions | |
int | coil::daemon (int nochdir, int noclose) |
int | coil::launch_shell (std::string command) |
Launching a process. More... | |