io.h 63 B

1234567
  1. #ifndef __IO_H
  2. #define __IO_H
  3. //
  4. void io_init(void);
  5. #endif