#ifndef __IN303_COMPRESS_H__ #define __IN303_COMPRESS_H__ #include "huftree.h" void compress(const char *filepath); #endif