fehQlibs
26
Qlibs
Loading...
Searching...
No Matches
fehQlibs-26
include
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
11
extern
int
select
(
int
,fd_set *,fd_set *,fd_set *,
struct
timeval *);
12
13
#endif
select
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *)
Generated on Sat Nov 2 2024 13:01:06 for fehQlibs by
1.9.6