home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 348.lha / chatterbox_v1.0 / sources / hackercore.h < prev    next >
C/C++ Source or Header  |  1990-02-14  |  146b  |  13 lines

  1. /* hackercorp hackercore -- core include file */
  2.  
  3. #ifndef HACKERCORP_H
  4.  
  5. #define HACKERCORP_H
  6.  
  7. #define YES 1
  8. #define NO 0
  9.  
  10. #define MATCH 0
  11.  
  12. #endif
  13.