#ifndef SELECT_H
#define SELECT_H

#include <sys/types.h>
#include <sys/time.h>
#include <sys/select.h>
extern int select();

#endif


syntax highlighted by Code2HTML, v. 0.9.1