1 2 3 4 5 6 7 8
#ifndef SELECT_H #define SELECT_H #include <sys/types.h> #include <sys/time.h> extern int select(); #endif