Обновить sk1/compressor.c
This commit is contained in:
parent
ce0d1058c0
commit
dd90c7cc6e
@ -0,0 +1,4 @@
|
|||||||
|
int compress_1(const char* input_file_name, const char* output_file_name);
|
||||||
|
int decompress_1(const char* input_file_name, const char* output_file_name);
|
||||||
|
int compress_2(const char* input_file_name, const char* output_file_name);
|
||||||
|
int decompress_2(const char* input_file_name, const char* output_file_name);
|
Loading…
Reference in New Issue
Block a user