Re[2]: BZip library
- Posted by akusaya at gmx.net Oct 22, 2003
- 493 views
I have updated my library, it now supports Linux (libbz2.so). In the zip file, libbz2.so and bz2.dll are included. And also updated the functions so that it is in english. Function prototypes: void bz2close(fn) void bz2compress(string, string) void bz2decompress(string, string) char bz2getc(fn) string bz2getx(fn, int) fn bz2open(string, string) void bz2puts(fn, string) string bz2readFile(string) void bz2writeFile(string, string) void = no return string = sequence of ascii chars fn = file number int = integer number char = 0..255 >> Ken Rhodes >> >> P. S. >> Thanks for your Bzip library. I haven't been able to >> get it to work under linux. Any plans for a port? GH> I basically just simplified Aku's library to meet my needs. I currently have GH> no Linux box on which to test any ports. When I get Linux up and running, GH> I'll give it a swing.