home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / hamradio / netspy.zip / TIPI.H < prev    next >
Text File  |  1989-07-24  |  562b  |  15 lines

  1. /*******************************************************
  2.  *     include  : tipi.h                               *
  3.  *     data     : 12/6/1989                            *
  4.  *     vers.    : 1.0                                  *
  5.  *     contenuto: definizioni di alcuni tipi.          *
  6.  *     note     :                                      *
  7.  *******************************************************/
  8.  
  9.  
  10. typedef  unsigned char  byte;
  11. typedef  unsigned int   word;
  12. typedef  byte           boolean;
  13.  
  14. #define  TRUE           1
  15. #define  FALSE          0