aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/sselect.H1
blob: 1982c98f53b99d4ee90edf295f84f419cf62b071 (plain)
1
2
3
4
5
#ifdef _NO_PROTO
extern int superSelect();
#else
extern int superSelect(int n , int * rd , int * wr , int * ex , char * timeout);
#endif