MOS Source Code
|
A wrapper type for the standard I/O streams. More...
#include <process.h>
Public Attributes | |
io_t * | in |
io_t * | out |
io_t * | err |
io_t* in |
Definition at line 18 of file process.h.
Referenced by process_new().
io_t * out |
Definition at line 18 of file process.h.
Referenced by process_new().
io_t * err |
Definition at line 18 of file process.h.
Referenced by process_new().