home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
listings
/
v_01_02
/
1n02015a
< prev
next >
Wrap
Text File
|
1990-07-09
|
686b
|
17 lines
==============================================================================
Listing 4. GSP type definitions.
==============================================================================
/*--------------------------------------------------------------------------*/
/* Define integral data types */
/*--------------------------------------------------------------------------*/
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef unsigned long ulong;
typedef uchar *PTR;
typedef unsigned long HPTR;
==============================================================================