From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Search GZIP Library or C only Code to unzip GZIPped Files !!! Date: Sun, 09 Apr 2000 18:17:14 +0200 Organization: NetVision Israel Lines: 9 Message-ID: <38F0AD0A.D5FC94CB@is.elta.co.il> References: <8cq54l$dad$1 AT news07 DOT btx DOT dtag DOT de> NNTP-Posting-Host: ras1-p81.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955296953 13630 62.0.172.83 (9 Apr 2000 16:15:53 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 9 Apr 2000 16:15:53 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Torsten Giebl wrote: > > I search a Library to unzip Files that were zipped with GZIP. A C only Code > would also be cool. You want zlib, I think. Also, it strikes me that ``popen("gunzip file.gz", "rb");'' should be good enough.