Initial commit
This commit is contained in:
10
src/reporting.h
Normal file
10
src/reporting.h
Normal 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
|
||||
Reference in New Issue
Block a user