ARKIT v1.20     08/16/92

This file describes the contents of the ARKIT release file(s)
=============================================================

CONTENTS.TXT    This file
README.1ST      Important Usage Information   *** MUST READ ***
ARKIT.EXE       DOS executable
ARKIT           iRMX II executable
HISTORY.DOC     ARKIT history/changes log
ARKITSRC.ARK    Archive of ARKIT v1.20 source code and MAKE files
EXTRA.ARK       Archive of miscellaneous compression code and text files

ARKITSRC.ARK
------------
ARKIT.C         ARKIT v1.20 main module
IO.C            compression I/O functions
ENCODE.C        compression encoding functions
DECODE.C        compression decoding functions
MAKETREE.C      Huffman tree functions
MAKETBL.C       decoding table functions
HUF.C           static Huffman functions
DIRENT.C        DOS & iRMX directory read functions
WCMATCH.C       iRMX compatible wildcard matching functions
FSPLIT.C        DOS & iRMX path/file functions
ISDIR.C         function to test if a file is a directory
MKDIRS.C        DOS & iRMX directory create functions
SHOWVERS.C      display iRMX style version string to stdout
FSPLIT.H        function prototypes for fsplit.c functions
DIRENT.H        function prototypes and structures for dirent.c functions
ISDIR.H         function prototype for isdir.c function
AR.H            main program header file
WCMATCH.H       function prototype for wcmatch.c function
SHOWVERS.H      function prototype for showvers.c function
VERSION.H       default version string definitions
IC28641.MK      MAKE file for iC-286 v4.1 under iRMX II.4
BORLANDC.MK     MAKE file for Borland C++ under DOS
TURBOC.MK       MAKE file for Turbo C/C++ under DOS
MODULES.INC     module list for BORLANDC.MK and TURBOC.MK

EXTRA.ARK
---------
LZARI.C         single file compression program source code
LZHUF.C         single file compression program source code
LZSS.C          single file compression program source code
BOBFREED.MSG    BBS compression discussions
OKUMURA.MSG     BBS compression discussions
HEADER.INF      Archive header formats
LHARCHDR.TXT    LHARC header format
READ.ME         Description for BOBFREED.MSG, OKUMURA.MSG and LHARCHDR.TXT
CMPRSN.DOC      Description of Data Compression Algorithms of LARC and LHarc

