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 }
char readChar()
Definition: console.cpp:10
#define stdout
Definition: stdio.h:5
c(generic_all_nodes)
void writeChar(char c)
Definition: console.cpp:16
Definition: backlight.h:6