I took the gzip source and made it into a callable static lib for just this
purpose.  I lost some functionality along the way (I did it in 4 hours), if
I remember, but nothing having to do with straightforward zip and unzip.
The code works in production, and is yours if you want it.  Of course the
GNU license applies...

If you're interested, reply via e-mail:

joe vannucci
[EMAIL PROTECTED]


> I would like to zip a file, specified by the user, from within a C
> program. Currently I use the system() command to invoke gzip. Is there a
> compression library or routenes out there somewhere, or is there a
> better way of doing this ?



Reply via email to