home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / HEXBIN / hexbin.h < prev    next >
Text File  |  1996-02-01  |  264b  |  12 lines

  1. #define    DL    /* recognize dl format */
  2. #define    HECX    /* recognize hex and hcx formats */
  3. #define    HQX    /* recognize hqx format */
  4. #define    MU    /* recognize mu format */
  5.  
  6. #define    form_dl        0
  7. #define    form_hecx    1
  8. #define    form_hqx    2
  9. #define    form_mu        3
  10. #define    form_none    (-1)
  11.  
  12.