#ifndef __IO_H__ #define __IO_H__ #include #ifndef BV #define BV(x) (1<<(x)) #endif #endif /* __IO_H__ */