Module stdio

Source
Expand description

Standard input and output.

Functionsยง

ax_console_read_bytes
Reads a slice of bytes from the console, returns the number of bytes written.
ax_console_write_bytes
Writes a slice of bytes to the console, returns the number of bytes written.
ax_console_write_fmt
Writes a formatted string to the console.