#ifndef _INPUT_H_ #define _INPUT_H_ extern "C" { void readKeyboard(void); } #endif