Listing 1

/* std.h - Standard Header File
 *         Copyright 1986-90 by Cnapse
 *         Written by: M. de Champlain
 */

typedef  unsigned char   uchar, byte;
typedef  unsigned short  ushort, word;
typeder  unsigned long   ulong, dword;
typedef  int             bool;

#define  loop            while(1)