Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Ion::Console Namespace Reference

Namespaces

 Device
 

Functions

void writeChar (char c)
 
char readChar ()
 
void writeLine (const char *line)
 
void readLine (char *line, int maxLineLength)
 

Function Documentation

◆ readChar()

char Ion::Console::readChar ( )

Definition at line 10 of file console.cpp.

◆ readLine()

void Ion::Console::readLine ( char *  line,
int  maxLineLength 
)

Definition at line 17 of file console_line.cpp.

◆ writeChar()

void Ion::Console::writeChar ( char  c)

Definition at line 16 of file console.cpp.

◆ writeLine()

void Ion::Console::writeLine ( const char *  line)

Definition at line 9 of file console_line.cpp.