mirror of
https://github.com/Hizenberg469/Compression-Algorithm.git
synced 2026-04-20 02:12:26 +03:00
Huffman Compression
This commit is contained in:
6
include/errhand.h
Normal file
6
include/errhand.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _ERRHAND_H
|
||||
#define _ERRHAND_H
|
||||
|
||||
void fatal_error(char* fmt, ...);
|
||||
|
||||
#endif /* _ERRHAND_H */
|
||||
Reference in New Issue
Block a user