#ifndef __INPUT_H #define __INPUT_H #ifdef __cplusplus extern "C" { #endif #include "io.h" // void io_test(void); #ifdef __cplusplus } #endif #endif // __INPUT_H