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

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

#include <process.h>

+ Collaboration diagram for stdio_t:

Public Attributes

io_tin
 
io_tout
 
io_terr
 

Detailed Description

A wrapper type for the standard I/O streams.

Definition at line 16 of file process.h.

Member Data Documentation

◆ in

io_t* in

Definition at line 18 of file process.h.

Referenced by process_new().

◆ out

io_t * out

Definition at line 18 of file process.h.

Referenced by process_new().

◆ err

io_t * err

Definition at line 18 of file process.h.

Referenced by process_new().


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