#ifndef _IO_H_ #define _IO_H_ int io_init(void); void io_exit(void); #endif /* _IO_H_ */