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
Ion::Console::readChar
char readChar()
Definition:
console.cpp:10
Ion::Console::writeLine
void writeLine(const char *line)
Definition:
console_line.cpp:9
c
c(generic_all_nodes)
Ion::Console::readLine
void readLine(char *line, int maxLineLength)
Definition:
console_line.cpp:17
Ion::Console::writeChar
void writeChar(char c)
Definition:
console.cpp:16
Ion
Definition:
backlight.h:6
epsilon
ion
include
ion
console.h
Generated by
1.8.14