home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / l / lzwbackup / !LZWrestor / h / LZWmodule next >
Text File  |  1994-09-02  |  186b  |  8 lines

  1. /*  File for defining all the SWIs in the LZW modules */
  2.     
  3. #define LZW_Compress    0xCD000
  4. #define LZW_Decompress    0xCD001
  5. #define LZW_CompressOn    0xCD002
  6.  
  7. #define LZWD_Decompress    0xCD100
  8.