Initial commit

This commit is contained in:
Mid
2023-08-27 19:48:06 +03:00
commit 945bb2a672
33 changed files with 2751 additions and 0 deletions

10
src/reporting.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef NCTREF_REPORTING_H
#define NCTREF_REPORTING_H
#ifndef _GNUC
#define __attribute__(x)
#endif
void __attribute__((noreturn)) stahp(int, int, const char*, ...);
#endif