a1ex
10.03.2009, 17:43
Вот она сама:
http://www.zlib.net/zlib123.zip
Нужно сделать либо по 3 файла ,либо один и оставить в них или в нём всего 3 метода:
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.Заранее благодарен. ;)
http://www.zlib.net/zlib123.zip
Нужно сделать либо по 3 файла ,либо один и оставить в них или в нём всего 3 метода:
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.Заранее благодарен. ;)