R-20 Simulator
 Alle Dateien Funktionen Variablen Makrodefinitionen
input.h
gehe zur Dokumentation dieser Datei
1 //
2 // input.h
3 //
4 
5 #ifndef INPUT_H
6 #define INPUT_H
7 
8 extern char reg[REG_NR][NUMBER_SIZE];
9 extern char flags;
10 
11 
12 void key_pi();
13 void key_plus();
14 void key_enter();
15 void call(int key);
16 
17 #endif // INPUT_H