#ifndef _ZZ_H_ #define _ZZ_H_ int text_decompress(void *dst, int dst_len, void *src, int src_len); #endif