fehQlibs
27
Qlibs
Loading...
Searching...
No Matches
fehQlibs-27
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 Tue May 27 2025 21:48:00 for fehQlibs by
1.13.2