| version 1.3, Tue Nov 7 18:06:59 1995 UTC | version 1.4, Mon Sep 23 20:42:01 1996 UTC | ||
|---|---|---|---|
|
|
||
| #include <sys/time.h> | #include <sys/time.h> | ||
| void select(int n, int a, int b, int c, struct timeval * timeout) | int select(int n, fd_set *a, fd_set *b, fd_set *c, struct timeval * timeout) | ||
| { | { | ||
| struct timeval time1; | struct timeval time1; | ||
| struct timeval time2; | struct timeval time2; |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |