This commit is contained in:
2024-04-14 22:18:05 +05:30
parent b89368be70
commit b55c5a4192
8 changed files with 436 additions and 1 deletions

6
clib/errhand.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _ERRHAND_H
#define _ERRHAND_H
void fatal_error(char* fmt, ...);
#endif /* _ERRHAND_H */