#ifndef SELECT_H #define SELECT_H #include #include #ifdef HAS_SELECT_H #include #endif extern int select(); #endif