1 /************************************************************************/ 2 /* */ 3 /* Simple io streams, Using the LZ77 algorithm of Microsoft's */ 4 /* compress.exe and lzexpand.dll. */ 5 /* */ 6 /************************************************************************/ 7 8 # include "sioGeneral.h" 9 10 extern SimpleInputStream * sioInMsLz77Open(SimpleInputStream * sisMsLz77 ); 11