fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
select.h
Go to the documentation of this file.
1#ifndef SELECT_H
2#define SELECT_H
3
4#include <sys/types.h>
5#include <sys/time.h>
6
7#ifdef HAS_SELECT_H
8#include <sys/select.h>
9#endif
10
11extern int select(int,fd_set *,fd_set *,fd_set *,struct timeval *);
12
13#endif
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *)