1 /* All the files in this Gunzip directory make a single object file
2 gunzipper.o with the single external interface defined below.
6 extern "C" int decompress_bundle(unsigned char *cifname
, unsigned char *obuf
, int obuflen
);
8 /* cifname - path to file to be decompressed
9 obuf - buffer into which file is decompressed
10 obuflen - size of said buffer