Main Page   Compound List   File List   Compound Members   File Members   Related Pages  

compat.h File Reference

System compatibility definitions. More...

#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').


Detailed Description

System compatibility definitions.

See also:
gale/config.h


Generated at Sun Sep 7 13:55:26 2003 for Gale by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000