00001 #include "mytypes.h" 00002 00003 size_t UnZip(UInt8* compressedbuffer,size_t reclen,UInt8* tgtbuffer,size_t bsize); 00004 00005 size_t (*getdecompressor(char* _s))(UInt8*, size_t, UInt8*, size_t);