The mkcramfs uses a function "compress",which is
defined in 'zlib.h'.I feel it is a bit odd,which
is defined as following:
ZEXTERN int ZEXPORT compress OF((Bytef *dest,uLongf
*destLen,const Bytef *source, uLong sourceLen));
And I can't find its body,only find definition.I want
to get explanation.Thanks
Best regards:
xinyuepeng