|
Melon
A C++ library designed for RadishOS.
|
Contains functions to interact with the user from the standard input stream. More...
Functions | |
| String::String | input (const String::String &str) |
| Asks the user to type a null-terminated string. | |
Contains functions to interact with the user from the standard input stream.
| String::String Melon::Input::input | ( | const String::String & | str | ) |
Asks the user to type a null-terminated string.
| str | string to print before the user types |