Module ezio::stdio

source ·
Expand description

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

Structs§

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.