Module ezio::stdio

source · []
Expand description

IO using stdin, stdout, and stderr. Used for terminal IO, etc.

Structs

A handle to stderr.

A handle to stdin.

A handle to stdout.

Functions

Print a string to stderr.

Print a string to stdout.

Read a single line from stdin.

Get a handle to stderr.

Get a handle to stdin.

Get a handle to stdout.