huffman/include/compress.h

9 lines
126 B
C

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