Re: Advice on adding zlib to core Lua
[
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: 2006年11月18日 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