#include <windows.h>
#include <tchar.h>
#include <string>
#include <coil/stringutil.h>
Go to the source code of this file.
Classes | |
class | coil::Popen |
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... | |
void | pclose (FILE *fd) |
FILE * | popen (const char *cmd, const char *mode) |
|
inline |
Definition at line 99 of file win32/coil/Process.h.
|
inline |
Definition at line 94 of file win32/coil/Process.h.