348
348
/* Type for fuctions that handles signals */
349
349
#define sig_handler RETSIGTYPE
351
351
#if defined(__GNUC__) && !defined(_lint)
352
352
typedef char pchar; /* Mixed prototypes can take char */
353
353
typedef char puchar; /* Mixed prototypes can take char */