/*
 *       *******************
 *       * T Y P D E F . H *
 *       *******************
 *
 * Type definitions for various data structures.
 * Preprocessor-independent
 *
 * V1.0 21-Dec-81 RBD   Initial Edit
 */

typedef char *address;                 /* At least on the PDP-11! */
typedef char byte;
typedef unsigned word;
typedef unsigned rad50;

