#ifndef __IN303_DECOMPRESS_H__ #define __IN303_DECOMPRESS_H__ #include void decompress(FILE* source, FILE* dest); #endif