gun.c | 1 /* gun.c -- simple gunzip to give an example of the use of inflateBack() 49 Like gunzip and uncompress, the file attributes of the original compressed 53 On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version 545 gunzip() returns 1 if there is an out-of-memory error or an unexpected 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) function in typeref:typename:local int 692 ret = gunzip(&strm, *argv, outname, test); 697 ret = gunzip(&strm, NULL, NULL, test);
|