2016-10-25 04:51:07 +00:00
|
|
|
#ifndef __IN303_COMPRESS_H__
|
|
|
|
#define __IN303_COMPRESS_H__
|
|
|
|
|
2016-10-28 14:27:25 +00:00
|
|
|
#include <stdio.h>
|
2016-10-25 04:51:07 +00:00
|
|
|
|
2016-10-28 14:27:25 +00:00
|
|
|
void compress(FILE* source, FILE* dest);
|
2016-10-25 04:51:07 +00:00
|
|
|
|
|
|
|
#endif
|