Used for redirecting input/output/error
Declared in <util/subprocess.h>
enum IOTYPE;
| Name | Description |
|---|---|
STDOUT | Redirect to the standard output channel. |
STDERR | Redirect to the standard error channel. |
PIPE | Redirect through a pipe connected to the parent process. |