#include "gale/config.h"
#include <stdlib.h>
#include <unistd.h>
Defines | |
| #define | SELECT_ARG_2_T fd_set * |
| The type of the second argument to select() (usually 'fd_set *', but sometimes 'int *'). | |
| #define | SETSOCKOPT_ARG_4_T int * |
| The type of the fourth argument to setsockopt() (usually 'int *', but sometimes 'char *'). | |
| #define | TPUTS_ARG_3_T int(*)(int) |
| The type of the third argument to tputs() (usually a function which accepts and returns 'int', but sometimes it accepts 'char' and sometimes it returns 'void'). | |
1.2.1 written by Dimitri van Heesch,
© 1997-2000