Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Namespaces | |
Device | |
Functions | |
void | writeChar (char c) |
char | readChar () |
void | writeLine (const char *line) |
void | readLine (char *line, int maxLineLength) |
char Ion::Console::readChar | ( | ) |
Definition at line 10 of file console.cpp.
void Ion::Console::readLine | ( | char * | line, |
int | maxLineLength | ||
) |
Definition at line 17 of file console_line.cpp.
void Ion::Console::writeChar | ( | char | c | ) |
Definition at line 16 of file console.cpp.
void Ion::Console::writeLine | ( | const char * | line | ) |
Definition at line 9 of file console_line.cpp.