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