#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 | |
| namespace | coil |
Common Object Interface Layer. | |
Functions | |
| int | coil::daemon (int nochdir, int noclose) |
| int | coil::launch_shell (std::string command) |
| Launching a process. | |
| void | pclose (FILE *fd) |
| FILE * | popen (const char *cmd, const char *mode) |
| void pclose | ( | FILE * | fd | ) | [inline] |
Definition at line 99 of file win32/coil/Process.h.
| FILE* popen | ( | const char * | cmd, |
| const char * | mode | ||
| ) | [inline] |
Definition at line 94 of file win32/coil/Process.h.