#ifndef __ZC_H #define __ZC_H #define Z_CHUNK 16384 int sync_Deflate(int inf, int outf, int level); int sync_Inflate(int inf, int outf); #endif