summaryrefslogtreecommitdiff
path: root/select.h1
blob: 32d096801fa5b85674ece3d2bd430a406a0ccdcd (plain)
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