mirror of
https://github.com/Hizenberg469/Compression-Algorithm.git
synced 2026-04-19 18:02:24 +03:00
6 lines
97 B
C
6 lines
97 B
C
#ifndef _ERRHAND_H
|
|
#define _ERRHAND_H
|
|
|
|
void fatal_error(char* fmt, ...);
|
|
|
|
#endif /* _ERRHAND_H */ |