Numworks Epsilon  1.4.1
Graphing Calculator Operating System
console.h
Go to the documentation of this file.
1 #ifndef ION_CONSOLE_H
2 #define ION_CONSOLE_H
3 
4 namespace Ion {
5 namespace Console {
6 
7 void writeChar(char c);
8 char readChar();
9 
10 // The lines are NULL-terminated
11 void writeLine(const char * line);
12 void readLine(char * line, int maxLineLength);
13 
14 }
15 }
16 
17 #endif
char readChar()
Definition: console.cpp:10
void writeLine(const char *line)
Definition: console_line.cpp:9
c(generic_all_nodes)
void readLine(char *line, int maxLineLength)
void writeChar(char c)
Definition: console.cpp:16
Definition: backlight.h:6