MOS Source Code
Loading...
Searching...
No Matches
stdio_t Struct Reference

A wrapper type for the standard I/O streams. More...

#include <process.hpp>

+ Collaboration diagram for stdio_t:

Public Attributes

IOin
 
IOout
 
IOerr
 

Detailed Description

A wrapper type for the standard I/O streams.

Definition at line 16 of file process.hpp.

Member Data Documentation

◆ in

IO* in

Definition at line 18 of file process.hpp.

Referenced by process_new().

◆ out

IO * out

Definition at line 18 of file process.hpp.

Referenced by process_new().

◆ err

IO * err

Definition at line 18 of file process.hpp.

Referenced by process_new().


The documentation for this struct was generated from the following file: