Used for redirecting input/output/error
Synopsis
Declared in <util/subprocess.h>
enum IOTYPE;
Members
Name |
Description |
|
Redirect to the standard output channel. |
|
Redirect to the standard error channel. |
|
Redirect through a pipe connected to the parent process. |
Created with MrDocs