[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Advice on adding zlib to core Lua
- From: "David Burgess" <dburgess@...>
- Date: Sat, 18 Nov 2006 15:14:17 +1100
I have previously taken the simple approach and replaced fopen()
fread() with the
gzio e.g. gzopen() gzread() etc. It works.
db