s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
trysysel.c
Go to the documentation of this file.
1#include <sys/types.h>
2#include <sys/time.h>
3#include <sys/select.h> /* SVR4 silliness */
4#include <stdio.h>
5#include "select.h"
6
7int main()
8{
9 printf("FD_SETSIZE:%d\n",FD_SETSIZE);
10 return 0;
11}
int main()
Definition: trysysel.c:7