input.h 171 B

1234567891011121314151617181920
  1. #ifndef __INPUT_H
  2. #define __INPUT_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "io.h"
  7. //
  8. void io_test(void);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif // __INPUT_H