Numworks Epsilon
1.4.1
Graphing Calculator Operating System
console_stdio.cpp
Go to the documentation of this file.
1
#include <
ion/console.h
>
2
#include <
stdio.h
>
3
4
namespace
Ion
{
5
namespace
Console {
6
7
char
readChar
() {
8
return
getchar();
9
}
10
11
void
writeChar
(
char
c
) {
12
putchar(
c
);
13
fflush(
stdout
);
14
}
15
16
}
17
}
Ion::Console::readChar
char readChar()
Definition:
console.cpp:10
stdout
#define stdout
Definition:
stdio.h:5
c
c(generic_all_nodes)
stdio.h
Ion::Console::writeChar
void writeChar(char c)
Definition:
console.cpp:16
console.h
Ion
Definition:
backlight.h:6
epsilon
ion
src
shared
console_stdio.cpp
Generated by
1.8.14