home *** CD-ROM | disk | FTP | other *** search
- /*
- types.h -- Type definitions
-
- Poor Man's Packet (PMP)
- Copyright (c) 1991 by Andrew C. Payne All Rights Reserved.
-
- Permission to use, copy, modify, and distribute this software and its
- documentation without fee for NON-COMMERCIAL AMATEUR RADIO USE ONLY is hereby
- granted, provided that the above copyright notice appear in all copies.
- The author makes no representations about the suitability of this software
- for any purpose. It is provided "as is" without express or implied warranty.
-
- */
- /* ----- Typedefs ----- */
-
- typedef unsigned int word;
- typedef unsigned char byte;
- typedef unsigned int KEY;