![]() |
Rishka
RISC-V virtual runtime in C/C++ made for ESP32-WROVER
|
This is the complete list of members for IO, including all inherited members.
| available() | IO | static |
| find(string target, usize size) | IO | static |
| find_until(string target, string terminator) | IO | static |
| get_timeout() | IO | static |
| peek() | IO | static |
| print(const string text) | IO | static |
| print(const string text, const string fg, const string bg=TERM_BG_BLACK, const string style=TERM_STYLE_NORMAL) | IO | static |
| print(i64 number) | IO | static |
| print(u64 number) | IO | static |
| print(double number) | IO | static |
| printf(string format,...) | IO | static |
| println(const string text) | IO | static |
| println(i64 number) | IO | static |
| println(u64 number) | IO | static |
| println(double number) | IO | static |
| println() | IO | static |
| readch() | IO | static |
| readline() | IO | static |
| set_timeout(u64 timeout) | IO | static |