/* * io_init.h */ #ifndef IO_INIT_H_ #define IO_INIT_H_ void io_init(void); #endif /* IO_INIT_H_ */