mirror of
https://github.com/Hizenberg469/Compression-Algorithm.git
synced 2026-04-20 02:12:26 +03:00
clib
This commit is contained in:
11
clib/main.h
Normal file
11
clib/main.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _MAIN_H
|
||||
#define _MAIN_H
|
||||
|
||||
void CompressFile(FILE* input, BIT_FILE* output, int argc, char* argv[]);
|
||||
void ExpandFile(BIT_FILE* input, FILE* output, int argc, char* argv[]);
|
||||
|
||||
extern char* Usage;
|
||||
extern char* CompressionName;
|
||||
|
||||
|
||||
#endif /* _MAIN_H */
|
||||
Reference in New Issue
Block a user