My Project
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
select.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <sys/time.h>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
int
select
(
int
nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
struct
timeval *timeout);
10
11
#ifdef __cplusplus
12
}
13
#endif
select
int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
Definition:
soc_select.c:7
include
sys
select.h
Generated on Mon Nov 24 2014 23:37:58 for My Project by
1.8.8