ftp.nice.ch/pub/next/unix/security/pgp.2.6.2is.s.tar.gz#/pgp262is/pgp262ii/src/global.h

This is global.h in view mode; [Download] [Up]

/* Needed by RSAREF */

#ifdef __alpha
typedef unsigned UINT4;
#else
typedef unsigned long UINT4;
#endif

typedef unsigned short UINT2;

typedef void *POINTER;
#define NULL_PTR ((POINTER)0)

#define PROTOTYPES 1
#define PROTO_LIST(x) x

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.