Module arceos_api::stdio
source · Expand description
Standard input and output.
Functions
- Reads a byte from the console, or returns
None
if no input is available. - Writes a slice of bytes to the console, returns the number of bytes written.
- Writes a formatted string to the console.