Помогите обрезать библиотеку Zlib..
Вот она сама:
PHP код:
http://www.zlib.net/zlib123.zip
Нужно сделать либо по 3 файла ,либо один и оставить в них или в нём всего 3 метода:
PHP код:
int compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);
int compress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level);
int uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen);
Кто поможет?!
p.s.Заранее благодарен. ;)
|