20 #ifndef COIL_PROCESS_H    21 #define COIL_PROCESS_H    59   int daemon(
int nochdir, 
int noclose);
    81   int create_process(std::string command, std::vector<std::string> &out);
    84 #endif // COIL_PROCESS_H int launch_shell(std::string command)
Launching a process. 
 
int daemon(int nochdir, int noclose)
 
int create_process(std::string command, std::vector< std::string > &out)
Launching a process. 
 
Common Object Interface Layer. 
Definition: Affinity.h:28