The contents of this ZIP package are reworked versions of C programs
found in the DDJ NELSON.ARC file adapted for Windows.  I did this work for
my own interest but am submitting it so that others with similar needs 
will at least be spared the initial conversion effort.

The result of this work is HUFFMAN.DLL a generalized Compress/Expand
function dynamic link library for Windows. Also LZHUF.EXE, a simple
test program for the above DLL.

LZHUF.C is in fact a modified version of Microsoft's Windows SKF FILEOPEN.C

HUFFMAN1.C, HUFFMAN2.C, HUFFMAN3.C, HUFFMAN4.C and HUFFMAN5.C are
adapted versions of NELSON.ARC's EXPAND-n.C, COMP-n.C and MODEL-n.C files.

No effort has been made regarding performance, only functionality.

The OBJ file LIBENTRY is a component of the Microsoft Windows SDK.

Austin Donaghy. 73200,3504.

P.S. - The slightly odd separation of functions between HUFFMAN1 and 
       HUFFMAN5, with accompanying call back routines, suited my own
       DOS needs to have a TSR in that environment without fileio.
       However, it does provide a skeleton for using alternate input and
       output device media, e.g. COM ports.
