/************************************************************************/ /* */ /* Simple io streams, Using the LZ77 algorithm of Microsoft's */ /* compress.exe and lzexpand.dll. */ /* */ /************************************************************************/ # include extern SimpleInputStream * sioInMsLz77Open(SimpleInputStream * sisMsLz77 );