#ifndef __IN303_COMPRESS_H__ #define __IN303_COMPRESS_H__ #include void compress(FILE* source, FILE* dest); #endif